Method: HTTP::Message#version=

Defined in:
lib/httpclient/http.rb

#version=(version) ⇒ Object



992
993
994
995
# File 'lib/httpclient/http.rb', line 992

def version=(version)
  warning(VERSION_WARNING)
  @http_header.http_version = version
end