Icon THTTPResponseType

Unit: WebSrvr

THTTPResponseType = (hrText,hrStream)

Available In: Server Applications

The THTTPResponseType enumerated type is used by the THTTPRequest class to indicate how the response of an HTTP request should be handled.

ElementDescription
hrStreamSpecifies that the response should be stored in a stream and made accessible via the THTTPRequest ResponseStream property.
hrTextSpecifies that the response should be stored as text and made accessible via the THTTPRequest ResponseText property.
Image