Software: Apache. PHP/7.3.33 uname -a: Linux acloudg.aryanict.com 4.18.0-513.9.1.lve.el8.x86_64 #1 SMP Mon Dec 4 15:01:22 UTC uid=1095(katebhospital) gid=1098(katebhospital) groups=1098(katebhospital) Safe-mode: OFF (not secure) /opt/alt/libxml2/usr/share/gtk-doc/html/libxml2/ drwxr-xr-x |
Viewing file: Select action/file-type:
nanohttpnanohttp - minimal HTTP implementation minimal HTTP implementation allowing to fetch resources like external subset. Author(s): Daniel Veillard Synopsisconst char * xmlNanoHTTPAuthHeader (void * ctx); void xmlNanoHTTPCleanup (void); void xmlNanoHTTPClose (void * ctx); int xmlNanoHTTPContentLength (void * ctx); const char * xmlNanoHTTPEncoding (void * ctx); int xmlNanoHTTPFetch (const char * URL, DescriptionDetailsxmlNanoHTTPAuthHeader ()const char * xmlNanoHTTPAuthHeader (void * ctx) Get the authentication header of an HTTP context
xmlNanoHTTPClose ()void xmlNanoHTTPClose (void * ctx) This function closes an HTTP context, it ends up the connection and free all data related to it.
xmlNanoHTTPContentLength ()int xmlNanoHTTPContentLength (void * ctx) Provides the specified content length from the HTTP header.
xmlNanoHTTPEncoding ()const char * xmlNanoHTTPEncoding (void * ctx) Provides the specified encoding if specified in the HTTP headers.
xmlNanoHTTPFetch ()int xmlNanoHTTPFetch (const char * URL, This function try to fetch the indicated resource via HTTP GET and save it's content in the file.
xmlNanoHTTPInit ()void xmlNanoHTTPInit (void) Initialize the HTTP protocol layer. Currently it just checks for proxy information xmlNanoHTTPMethod ()void * xmlNanoHTTPMethod (const char * URL, This function try to open a connection to the indicated resource via HTTP using the given @method, adding the given extra headers and the input buffer for the request content.
xmlNanoHTTPMethodRedir ()void * xmlNanoHTTPMethodRedir (const char * URL, This function try to open a connection to the indicated resource via HTTP using the given @method, adding the given extra headers and the input buffer for the request content.
xmlNanoHTTPMimeType ()const char * xmlNanoHTTPMimeType (void * ctx) Provides the specified Mime-Type if specified in the HTTP headers.
xmlNanoHTTPOpen ()void * xmlNanoHTTPOpen (const char * URL, This function try to open a connection to the indicated resource via HTTP GET.
xmlNanoHTTPOpenRedir ()void * xmlNanoHTTPOpenRedir (const char * URL, This function try to open a connection to the indicated resource via HTTP GET.
xmlNanoHTTPRead ()int xmlNanoHTTPRead (void * ctx, This function tries to read @len bytes from the existing HTTP connection and saves them in @dest. This is a blocking call.
xmlNanoHTTPRedir ()const char * xmlNanoHTTPRedir (void * ctx) Provides the specified redirection URL if available from the HTTP header.
xmlNanoHTTPReturnCode ()int xmlNanoHTTPReturnCode (void * ctx) Get the latest HTTP return code received
xmlNanoHTTPSave ()int xmlNanoHTTPSave (void * ctxt, This function saves the output of the HTTP transaction to a file It closes and free the context at the end
xmlNanoHTTPScanProxy ()void xmlNanoHTTPScanProxy (const char * URL) (Re)Initialize the HTTP Proxy context by parsing the URL and finding the protocol host port it indicates. Should be like http://myproxy/ or http://myproxy:3128/ A NULL URL cleans up proxy information.
|
:: Command execute :: | |
--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by KaizenLouie | C99Shell Github | Generation time: 0.0954 ]-- |