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
806:                 def reuse
807:                         if body_stream
808:                                 begin   body_stream.rewind
809:                                 rescue; raise "error rewinding body stream for authentication"
810:                                 end
811:                         end
812:                 end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.