File tree Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Original file line number Diff line number Diff line change 1
- # http-client
1
+ # @ podium/ http-client
2
2
3
3
⚠️ This project is still work in progress, should not be used for anything just yet.
4
4
5
5
Generic http client built on [ undici] ( undici.nodejs.org/ ) with a circuit breaker, error handling and metrics out of the box.
6
+
7
+ [ ![ Dependencies] ( https://img.shields.io/david/podium-lib/http-client.svg )] ( https://david-dm.org/podium-lib/http-client )
8
+ [ ![ GitHub Actions status] ( https://github.com/podium-lib/http-client/workflows/Run%20Lint%20and%20Tests/badge.svg )] ( https://github.com/podium-lib/layout/actions?query=workflow%3A%22Run+Lint+and+Tests%22 )
9
+ [ ![ Known Vulnerabilities] ( https://snyk.io/test/github/podium-lib/http-client/badge.svg )] ( https://snyk.io/test/github/podium-lib/http-client )
10
+
11
+ ## Installation
12
+
13
+ ``` bash
14
+ $ npm install @podium/http-client
15
+ ```
16
+
17
+ ## Usage
18
+
19
+
20
+ ``` js
21
+
22
+ ```
23
+
24
+ ## Constructor
You can’t perform that action at this time.
0 commit comments