ntlm 2.0.0-nullsafety.1
ntlm: ^2.0.0-nullsafety.1 copied to clipboard
Library for making HTTP requests that require NTLM authentication
2.0.0-nullsafety.1 #
- Migrate to null safety
- Breaking change:
NTLMClientnow extendsBaseClientmaking it much easier to compose. As a result,Uriobjects are now required for URLs when making HTTP requests NTLMClient.multipartis now deprecated, useNTLMClient.sendinstead- The
Type2Messageclass is now immutable
1.3.0 #
- Add
headerPrefixparameter to support servers only using theNegotiateauthentication scheme
1.2.0 #
- Add support for authenticating when the server supports other authentication methods in addition to NTLM
1.1.0 #
- Add support for sending
MultipartRequests - Add support for Flutter Web
1.0.0 #
- Initial version