A light-weight module that brings Fetch API to node.js
Reference implementation of Joyent's HTTP Signature scheme.
Mimic a Node.js HTTP response stream
HTTP Agent that keeps socket connections alive between keep-alive requests. Formerly part of mikeal/request, now a standalone module.
A response-like object for mocking a Node.js HTTP response stream
Timings for HTTP requests
Opinionated, caching, retrying fetch client
Core Promise support implementation for the simplified HTTP request client 'request'.
The simplified HTTP request client 'request' with Promise support. Powered by native ES6 promises.
Check whether a request can be retried based on the `error.code`
Simplest way to make http get requests. Supports HTTPS, redirects, gzip/deflate, streams in < 100 lines.
A PAC file proxy `http.Agent` implementation for HTTP
Cypress's fork of a simplified HTTP request client.
Provides a way to make requests
Provides a way to make requests
HTTP request logger middleware for node.js
Convert a WHATWG URL to an http(s).request options object.
The simplified HTTP request client 'request' with Promise support. Powered by Bluebird.
A simple package with no dependencies for native requests using callback
Low-level HTTP/HTTPS/XHR/fetch request interception library.
`Request#proxy(uri)` superagent extension
node-httpreq is a node.js library to do HTTP(S) requests the easy way
For a given Buffer or Stream, this module will attempt to determine the total length of the stream contents. It currently supports Buffers, `fs` streams, `http` responses, and `request` objects, and allows for specifying custom stream types.
Promise-based request library for node using the native http module.
Simplified HTTP request client.
Fake HTTP injection library
Isomorphic client library for making HTTP requests in node.js and browser.
Mock http requests made using fetch (or isomorphic-fetch)
Drop-in replacement for Nodes http and https that transparently make http request to both http1 / http2 server, it's using the ALPN protocol
request-retry wrap nodejs request to retry http(s) requests in case of error
A simple object to represent an http response
Use Ky in both Node.js and browsers
Very low level wrapper arround http.request/https.request
Make synchronous web requests