typed-rest-client
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -199,5 +199,2 @@ "use strict"; | ||
} | ||
if (this._proxyAgent) { | ||
this._proxyAgent.destroy(); | ||
} | ||
this._disposed = true; | ||
@@ -204,0 +201,0 @@ } |
{ | ||
"name": "typed-rest-client", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Node Rest and Http Clients for use with TypeScript", | ||
@@ -5,0 +5,0 @@ "main": "./RestClient.js", |
@@ -5,6 +5,2 @@ # Typed Rest and Http Client with TypeScript Typings | ||
## Status | ||
Stable version 0.15.6 and 1.0 is in preview (npm install typed-rest-client@preview). We expect to release 1.0 very soon. | ||
## Features | ||
@@ -14,3 +10,3 @@ | ||
- Typings included so no need to acquire separately (great for intellisense and no versioning drift) | ||
- Basic, Bearer and NTLM Support out of the box | ||
- Basic, Bearer and NTLM Support out of the box. Extensible handlers for others. | ||
- Proxy support | ||
@@ -17,0 +13,0 @@ - Certificate support (Self-signed server and client cert) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
68941
1425
59