Daylight v4.9 Release Date: 1 February 2008 Namedt_http_get - receive a HTTP requestGeneric Prototypedt_http_get(dt_Handle http) => dt_HandleC Prototype#include "dt_http.h"dt_Handle dt_http_get(dt_Handle http) FORTRAN Prototypeinclude "dt_f_http.inc"integer*4 dt_http_get(http) integer*4 http DescriptionAllocate a new TRANSFER object. The http argument is the HTTP object returned by dt_http_alloc_server(3).Return ValueThe return value is the handle of a new TRANSFER object or NULL_OB if no request is received or an error is detected.Related Topicsdt_alloc_http_server(3) dt_http_put(3) |