We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c051c07 commit 226a926Copy full SHA for 226a926
README.md
@@ -2,15 +2,11 @@
2
3
A lightweight Rest and Http Client optimized for use with TypeScript with generics and async await.
4
5
-## Status
6
-
7
-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.
8
9
## Features
10
11
- Rest and Http Client with typescript generics and async/await/Promises
12
- Typings included so no need to acquire separately (great for intellisense and no versioning drift)
13
- - Basic, Bearer and NTLM Support out of the box
+ - Basic, Bearer and NTLM Support out of the box. Extensible handlers for others.
14
- Proxy support
15
- Certificate support (Self-signed server and client cert)
16
- Redirects supported
0 commit comments