Parent

Methods

Files

Net::HTTPRequest

because of the handshaking i have to rewind body stream. maybe body stream shouldn’t be sent when authenticating??

Public Instance Methods

reuse() click to toggle source
# File lib/net/ntlm_http.rb, line 806
def reuse
        if body_stream
                begin   body_stream.rewind
                rescue; raise "error rewinding body stream for authentication"
                end
        end
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.