README
httpntlm
httpntlm is a Node.js library to do HTTP NTLM authentication
It's a port from the Python libary python-ntml
Install
You can install httpntlm using the Node Package Manager (npm):
npm install httpntlm
How to use
var httpntlm = require('httpntlm');
httpntlm.get({
url: "https://someurl.com",
username: 'm