httpresponse
Description
Type Tags
None
Object Value
Objects of type httpresponse have no value, and it is an error to try to get or set this value.
httpresponse.new()
Description
Prototype
httpresponse.new (
httpresponse )
me
Parameters
| Parameter | Default value | Type name | Description |
|---|---|---|---|
| me | None | httpresponse |
Properties
| Property | Type | Description |
|---|---|---|
| entitybody | blob | |
| entityheader | httpentityheader | |
| errorstatus | string | |
| fullheader | string | |
| generalheader | httpgeneralheader | |
| httpversion | string | |
| readheader | function | |
| reasonphrase | string | |
| responseheader | httpresponseheader | |
| statuscode | integer | |
| statusline | string | |
| type | type |
Methods
readheader()
Description
Prototype
httpresponsevar.readheader (
httpresponse ,
string me )
sHeader
Parameters
| Parameter | Default value | Type name | Description |
|---|---|---|---|
| me | None | httpresponse | |
| sHeader | None | string |


