Module Net::HTTPHeader
In: lib/net/ntlm_http.rb

Methods

Public Instance methods

could also try an automatic authentication. sends as basic first, then resends if required, or whatever. seems kind of messy exposing this stuff here.

can set wait - don‘t authenticate unless challenged. useful when reusing the connection (otherwise you handshake for each request). wait should probably become the default, allowing the type of authentication to be driven by a server challenge.

[Validate]