Skip to content

Commit

Permalink
Point out frameworks to be tested
Browse files Browse the repository at this point in the history
  • Loading branch information
trygve-lie committed Sep 20, 2018
1 parent 0b6a14e commit 56552b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ code doing circuit breaking.
Since interaction happen on the net socket, Circuit-b should, in theory, work out of the box with
any node.js http library. Circuit-b is currently tested to be working with native node.js
[http.request()](https://nodejs.org/dist/latest-v10.x/docs/api/http.html#http_http_request_options_callback),
and [request.js](https://github.com/request/request).
and [request.js](https://github.com/request/request). [node-fetch](https://github.com/trygve-lie/circuit-b/pull/5)
and axios is to be included in these tests.


## Constructor
Expand Down

0 comments on commit 56552b6

Please sign in to comment.