.TH "globus_xio_http_driver_server" 3 "Version 6.6" "globus_xio" \" -*- nroff -*- .ad l .nh .SH NAME globus_xio_http_driver_server \- Server .PP \- Server\&. .SH SYNOPSIS .br .PP .SH "Detailed Description" .PP Server\&. The \fBglobus_xio_server_create()\fP causes a new transport-specific listener socket to be created to handle new HTTP connections\&. \fBglobus_xio_server_register_accept()\fP will accept a new connection for processing\&. \fBglobus_xio_server_register_close()\fP cleans up the internal resources associated with the http server and calls close on the listener\&. .PP Multiple HTTP requests may be read in sequence from an HTTP server\&. After each request is processed and the response is sent (either by writing the entire entity body as specified by the Content-Length header or by using the GLOBUS_XIO_HTTP_HANDLE_SET_END_OF_ENTITY handle cntl), the next read will contain the metadata related to the next operation\&. Only one request will be in process at once--the previous request must have sent or received and EOF (whichever is applicable to the request type)\&. .SH "Author" .PP Generated automatically by Doxygen for globus_xio from the source code\&.