Operates HTTP Response.
BODY (uint i)
Operate as Text on the HTTP response body. The length of the body is equal to the number in the argument. If there aren't enough characters in the body then the entire body is selected.
Parameters:i- Body length
Returns: text_tReturns the HTTP Cache-Control object
Returns: http_cache_control_tReturns the length of the HTTP response as a number.
Returns: http_content_length_tReturns the contents of the HTTP Date header as text or as a date object.The date
formats
recognized are:
RFC822. Sun, 06 Jan 1980 08:49:37 GMT
RFC850. Sunday, 06-Jan-80 9:49:37 GMT
ASCTIME. Sun Jan 6 08:49:37 1980
Returns the entire response header (including the terminating \r\n\r\n)
Returns: text_tReturns the contents of the HTTP headerspecified by the String argument. The header name cannot be longer than 32 characters.
Parameters (expressions not allowed):header_name- Header Name
Returns: http_header_tReturns True if response code is redirect. Note that status code 304 is not
considered a redirect HTTP response status code, while
status code 306 is unused.
The following are redirect response codes:
1) 300 (Multiple Choices)
2) 301 (Moved Permanently)
3) 302 (Found)
4) 303 (See Other)
5) 305 (Use Proxy)
6) 307 (Temporary Redirect)
Returns TRUE if the HTTP request is properly formed.
Returns: bool_atObtain the HTTP Set-Cookie Header Object from this response.
Returns: http_set_cookie_tObtain the HTTP Set-Cookie2 Header Object from this response.
Returns: http_set_cookie_tReturns the HTTP response status code.
Returns: num_tReturns the HTTP response status message.
Returns: text_tReturns the HTTP body tracking mechanism.
Returns: http_tracking_eReturns the HTTP Transaction ID. The value is a function of an internal transaction number, system boot time and system mac address. HTTP.REQ.TXID is same as HTTP.RES.TXID.
Returns: text_tReturns the HTTP version.
Returns: http_version_t