async-http-client
async-http-client copied to clipboard
Support for NTLM authentication (or other connection-scoped authentication)
Besides the currently available "Basic" and "Bearer" authentication it would be great to see support for NTLM authentication, either directly or by enabling connection-scoped authentication in a generic way to NTLM can be added on top of AsyncHTTPClient. Relates to: #354