Indy 9
TIdHTTPOption
See Also, Unit: IdHTTP
Represents HTTP protocol options available for use with an HTTP client.
TIdHTTPOption = (hoInProcessAuth, hoKeepOrigProtocol, hoForceEncodeParams);
Unit
IdHTTP
Description
TIdHTTPOption is an enumerated type that represents the valid HTTP protocol options that can be used in TIdHTTPOptions. TIdHTTPOption may contain on of the following values and associated meanings:

  • hoInProcessAuth - Indicates that In-Process authentication should be used by the HTTP protocol handler when processing a response to an HTTP request.

  • hoKeepOrigProtocol - Indicates if the HTTP protocol version number should be retained in Post.

  • hoForceEncodeParams - Forces HTTP Request parameters to be URL-encoded during addition to the protocol message.

Created with Doc-O-Matic 2 donated to Project JEDI. Commercial license available from the Doc-O-Matic site.