httprequestheader
Description
Type Tags
None
Object Value
Objects of type httprequestheader have no value, and it is an error to try to get or set this value.
httprequestheader.new()
Description
Prototype
httprequestheader.new ()
Parameters
None
Properties
| Property | Type | Description |
|---|---|---|
| accept | string | |
| accept_charset | string | |
| accept_encoding | string | |
| accept_language | string | |
| authmethod | string | |
| authorization | string | |
| cookies | array | |
| expect | string | |
| from | string | |
| getcookieblob | function | |
| host | string | |
| if_match | string | |
| if_modified_since | string | |
| if_none_match | string | |
| if_range | string | |
| if_unmodified_since | string | |
| max_forwards | string | |
| password | string | |
| proxy_authorization | string | |
| range | string | |
| referer | string | |
| te | string | |
| type | type | |
| user_agent | string | |
| username | string | |
| xtraheaderfields | array |
Methods
getcookieblob()
Description
Prototype
httprequestheadervar.getcookieblob (
httprequestheader )
me
Parameters
| Parameter | Default value | Type name | Description |
|---|---|---|---|
| me | None | httprequestheader |


