This documentation was styled with a demo skin from the Premium Pack 4 add-on for Help & Manual. The contents of the skin are encrypted and not configurable. You can only publish HM projects with this skin. You cannot edit it or change it.
This version is copyright and may only be used for local testing purposes. It may not be distributed.
Please purchase the full version of the Premium Pack to get the configurable skins and remove this notice. The package will also include the Toolbox configuration utility for Premium Pack skins.
Description
Retrieves header information associated with an HTTP request.
Syntax
sInfo = INET_Http_QueryInfo(hRequest, dwInfoLevel [, lBufferLen [, lIndex]])
Returns
String. The asked info.
Parameters
Name |
Type |
Optional |
Meaning |
hRequest |
Numeric |
No |
Handle returned by INET_Http_OpenRequest or INET_Internet_OpenUrl |
dwInfoLevel |
Numeric |
No |
Combination of an attribute to be retrieved and flags that modify the request. For a list of possible attribute and modifier values, see INET Equates. |
lBufferLen |
Numeric |
Yes |
To retrieve information, thinBasic automatically allocate and internal buffer of 1024 bytes. In case information to be retrieved needs more room, indicated the needed bytes. A value <= zero will in any case allocate 1024 bytes |
lIndex |
Numeric |
Yes |
Zero-based header index used to enumerate multiple headers with the same name. |
Remarks
Restrictions
See also
Examples