method

new

v1_8_7_72 - Show latest stable - Class: Net::HTTPResponse
new(httpv, code, msg)
public

No documentation available.

# File lib/net/http.rb, line 2049
    def initialize(httpv, code, msg)   #:nodoc: internal use only
      @http_version = httpv
      @code         = code
      @message      = msg
      initialize_http_header nil
      @body = nil
      @read = false
    end