Method: HTTP::Message#version
- Defined in:
- lib/httpclient/http.rb
#version ⇒ Object
987 988 989 990 |
# File 'lib/httpclient/http.rb', line 987 def version warning(VERSION_WARNING) @http_header.http_version.to_f end |
987 988 989 990 |
# File 'lib/httpclient/http.rb', line 987 def version warning(VERSION_WARNING) @http_header.http_version.to_f end |