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.