set_http_version
Description:
public void set_http_version (
HTTPVersion version)
Sets the HTTP version on this.
The default version is @1_1. Setting it to
@1_0 will prevent certain functionality from being used.
Parameters:
this |
a Message
|
version |
the HTTP version
|