Registry / networking / pyu-ntlm-http

pyu-ntlm-http

JSON →
library0.1.3rbrubygemsunverified

Ruby/NTLM HTTP provides NTLM authentication over HTTP.

gem install pyu-ntlm-http
INSTALL
IMPORT
SIG · PYU-NTLM-HTTP
P
pyu-ntlm-http
networkingrubyv0.1.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Net::NTLM
require 'pyu-ntlm-http'

Performs an HTTP GET request with NTLM authentication.

require 'pyu-ntlm-http' uri = URI('http://example.com') req = Net::HTTP::Get.new(uri) req.ntlm_auth('user', 'password') res = Net::HTTP.start(uri.host, uri.port) { |http| http.request(req) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.3latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
16
OpenAI (training)
2
Resources
pyu-ntlm-http — gem install pyu-ntlm-http · libregistry