Internet Direct (Indy)
Home
PreviousUpNext
TIdHTTPProtocolVersion Enumeration

Represents the HTTP Protocol version for a request.

Pascal
TIdHTTPProtocolVersion = (
  pv1_0,
  pv1_1
);

TIdHTTPProtocolVersion is an enumerated type used to represent the HTTP Protocol version for a request. 

TIdHTTPProtocolVersion can contain one of the following values: 

 

Value 
Meaning 
pv1_0 
HTTP 1.0 
pv1_1 
HTTP 1.1 

 

TIdHTTPProtocolVersion identifies the protocol version that an HTTP server must support in order to respond to a Get, Head, or Post request. 

Assign the TIdHTTPProtocolVersion value to the TIdCustomHTTP.ProtocolVersion property.

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.