Http |
|
|
|
|
Http / Initialize Library |
|
|
About the HTTP library |
How to use this library |
|
|
Http / Open & Close Connection |
|
|
CloseHttp |
|
ConnectHttp |
Connects to a URL |
DisconnectHttp |
Disconnects from a Url |
GetFreeHttp |
Returns a free Http index |
OpenHttp |
Opens a new Http session |
|
|
Http / Transfer Controls |
|
|
GetHttpBytesRead |
Returns the total number of bytes read by all HttpPollTransfer calls during a transfer session |
|
|
Http / Download/transfer Data |
|
|
CloseHttpTransfer |
|
CopyHttpDataToBank |
Copies requested and transfered data to a memory bank |
GetHttpDataAsString |
Returns a string of the previously transfered data |
HttpDownload |
Requests a file download |
HttpTransfer |
Inititiates a date transfer |
RequestHttpData |
Requests a file download |
|
|
Http / Set Connection Properties |
|
|
HttpAccessType |
Sets the internet access type |
HttpAgent |
|
HttpBufferSize |
Sets the buffer size that is used while transfering data |
HttpPassword |
Sets a password |
HttpPort |
Sets the port number |
HttpProxyName |
Sets the proxy name |
HttpReferer |
Sets the Http referer |
HttpUsername |
Sets a user name |
|
|
Http / Get Connection Properties |
|
|
GetHttpAccessType |
Returns the internet access type |
GetHttpAgent |
Returns the agent name |
GetHttpBufferSize |
Returns the size of the transfer buffer |
GetHttpDll |
returns the index of the DLL that this library uses |
GetHttpLength |
Returns the total number of bytes of the Http resource |
GetHttpPassword |
Returns the Password previously set with HttpPassword |
GetHttpPort |
Returns the port previously specified with HttpPassword |
GetHttpProxyName |
Returns the proxy name previously specified with HttpProxyName |
GetHttpReferer |
Returns the referer previously specified with HttpReferer |
GetHttpStatus |
Returns the status of a Http index |
GetHttpUrl |
Returns the currently connected URL |
GetHttpUsername |
Returns the username previously set with HttpUsername |
|
|
Http / Query Server |
|
|
QueryHttpAccept |
Retrieves the acceptable media types |
QueryHttpAllow |
Receives the Http verbs supported by the server. |
QueryHttpContentType |
Receives the content type of the resource |
QueryHttpCustom |
Returns header data |
QueryHttpInfo |
Returns information of a specified info level |
QueryHttpLength |
Retrieves the size of the resource, in bytes |
QueryHttpStatusCode |
Receives the status code returned by the server. |
QueryHttpStatusText |
Receives any additional status text |
|
|