Add global-agent (#952)

This commit is contained in:
Gajus Kuizinas
2019-06-21 13:13:33 +02:00
committed by Sindre Sorhus
parent 3a687f7730
commit bfa876caac

View File

@@ -200,6 +200,7 @@
- [http-fake-backend](https://github.com/micromata/http-fake-backend) - Build a fake backend by providing the content of JSON files or JavaScript objects through configurable routes. - [http-fake-backend](https://github.com/micromata/http-fake-backend) - Build a fake backend by providing the content of JSON files or JavaScript objects through configurable routes.
- [cacheable-request](https://github.com/lukechilds/cacheable-request) - Wrap native HTTP requests with RFC compliant cache support. - [cacheable-request](https://github.com/lukechilds/cacheable-request) - Wrap native HTTP requests with RFC compliant cache support.
- [gotql](https://github.com/khaosdoctor/gotql) - GraphQL request library built on [got](https://github.com/sindresorhus/got). - [gotql](https://github.com/khaosdoctor/gotql) - GraphQL request library built on [got](https://github.com/sindresorhus/got).
- [global-agent](https://github.com/gajus/global-agent)  Global HTTP/HTTPS proxy agent that is configurable using environment variables.
### Debugging / Profiling ### Debugging / Profiling