Back to product page

HttpResponse object


HttpResponse Class.


Properties
BodyHolds response body.
CharsetCharacter set to use for text conversion.
ContentEncodingReturns encoding mechanism used.
ContentTransferEncodingReturns document transfer encoding.
ContentTypeReturns document type.
CookiesHolds response cookies.
DateReturns creation date of the document.
ExpiresReturns the date after which the information is invalid.
FilenameHolds filename where body is stored.
HeadersReference to header fields.
LastModifiedReturns date when object was modified.
LengthHolds length of received body.
RemoteIPReturns IP address of the server.
ServerReturns information about the server (name, version, etc.)
StatusHolds response status.
StatusCodeHolds numerical status code.

Remarks

When the wodHttpDLX control issues some request to a remote server, it creates a HttpResponse object locally for storing all information that will be received from that server. This includes all Headers, document Body etc.

Use a HttpResponse object to retrieve any information related to data received from a remote server. You can access this object through wodHttpDLX.Response property.

Platforms

Windows