Daylight v4.9
Release Date: 1 February 2008

Name

dt_http_get - receive a HTTP request

Generic Prototype

dt_http_get(dt_Handle http) => dt_Handle

C Prototype

#include "dt_http.h"

dt_Handle dt_http_get(dt_Handle http)

FORTRAN Prototype

include "dt_f_http.inc"

integer*4 dt_http_get(http)

integer*4 http

Description

Allocate a new TRANSFER object. The http argument is the HTTP object returned by dt_http_alloc_server(3).

Return Value

The return value is the handle of a new TRANSFER object or NULL_OB if no request is received or an error is detected.

Related Topics

dt_alloc_http_server(3) dt_http_put(3)