logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

globus_xio_http_driver - Globus XIO HTTP Driver

Author

       Generated automatically by Doxygen for globus_xio from the source code.

globus_xio                                         Version 6.6                         globus_xio_http_driver(3)

Detailed Description

       Globus XIO HTTP Driver.

       This driver implements the HTTP/1.0 and HTTP/1.1 protocols within the Globus XIO framework. It may be
       used with the tcp driver for the standard HTTP protocol stack, or may be combined with the gsi driver for
       a HTTPS implementation.

       This implementation supports user-defined HTTP headers, persistent connections, and chunked transfer
       encoding.

Enumeration Type Documentation

enumglobus_xio_http_version_t
       Valid HTTP versions, used with the GLOBUS_XIO_HTTP_ATTR_SET_REQUEST_HTTP_VERSION attribute and the
       GLOBUS_XIO_HTTP_HANDLE_SET_RESPONSE_HTTP_VERSION handle control

       EnumeratorGLOBUS_XIO_HTTP_VERSION_1_0
              HTTP/1.0

       GLOBUS_XIO_HTTP_VERSION_1_1
              HTTP/1.1

Name

       globus_xio_http_driver - Globus XIO HTTP Driver

        - Globus XIO HTTP Driver.

Synopsis

ModulesOpening/Closing
           Opening/Closing.
       Reading/Writing
           Reading/Writing.
       Server
           Server.
       AttributesandCntls
           Attributes and Cntls.
       ErrorTypes
           Error Types.

   DataStructures
       struct globus_xio_http_header_t
           HTTP Header.

   Enumerations
       enum globus_xio_http_version_t {  }

See Also