HttpVersion (HttpRequest property): Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (1 revision) |
(No difference)
|
Revision as of 01:17, 15 June 2011
<section begin=dpl_desc/><section end=dpl_desc/>
This settable method lets you select the HTTP Protocol version for HTTP requests. If referenced, it returns the version currently in use by the object.
Syntax
%httpreq:HTTPVersion = version %curr = %httpreq:HTTPVersion
Syntax terms
%httpreq | An instantiated HTTPRequest object. |
---|---|
version | Identifies the version of HTTP to use on subsequent HTTP requests. Valid values are 1.0 or 1.1 . If not one of these values, the request is cancelled. If left unset, the default is 1.1 .
|
%curr | The string variable for the assignment of the current value of HTTPVersion. |