Method: HTTP::Message#version=
- Defined in:
- lib/httpclient/http.rb
#version=(version) ⇒ Object
954 955 956 957 |
# File 'lib/httpclient/http.rb', line 954 def version=(version) warn(VERSION_WARNING) @http_header.http_version = version end |