A light-weight module that brings Fetch API to node.js
Mimic a Node.js HTTP response stream
Provides a way to make requests
Provides a way to make requests
Reference implementation of Joyent's HTTP Signature scheme.
Opinionated, caching, retrying fetch client
HTTP Agent that keeps socket connections alive between keep-alive requests. Formerly part of mikeal/request, now a standalone module.
Wrap native HTTP requests with RFC compliant cache support
A response-like object for mocking a Node.js HTTP response stream
Timings for HTTP requests
HTTP2 client, just with the familiar `https` API
A PAC file proxy `http.Agent` implementation for HTTP
Simplest way to make http get requests. Supports HTTPS, redirects, gzip/deflate, streams in < 100 lines.
Check whether a request can be retried based on the `error.code`
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.
Isomorphic client library for making HTTP requests in node.js and browser.
Cypress's fork of a simplified HTTP request client.
Low-level HTTP/HTTPS/XHR/fetch request interception library.
HTTP request logger middleware for node.js
Isomorphic client library for making HTTP requests in node.js and browser.
Provides a way to make requests
Fake HTTP injection library
Provides a way to make requests
Convert a WHATWG URL to an http(s).request options object.
Drop-in replacement for Nodes http and https that transparently make http request to both http1 / http2 server, it's using the ALPN protocol
Promise-based request library for node using the native http module.
The simplified HTTP request client 'request' with Promise support. Powered by Bluebird.
A simple object to represent an http response
Simplified HTTP request client.
node-httpreq is a node.js library to do HTTP(S) requests the easy way
Mock http requests made using fetch
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.
Very low level wrapper arround http.request/https.request
Make synchronous web requests