Showing 21-40 of 488 packages
## async wrapper for native nodejs http.request
Simple 50 line wrapper around http.request for docker.
Simply enclose node.js http.request() for responseText/responseJson
a keep-alive agent for http and https
Gets an `options` object that you can give to `http.request` from a string or a plain object.
Slim promise wrapper for http.request
Library used to sign http request as defined in https://tools.ietf.org/html/draft-cavage-http-signatures-12
Convert a WHATWG URL to an http(s).request options object.
Cloudflare HTTP Util
Light-weight Promise wrap for raw http.request
Small package that provides a promise-based, stream-oriented wrapper around the http and https modules
Global HTTP & HTTPS tunneling
Get url of an http client request
An extended module to ohmyfetch
A small HTTP(S) GET request library, with redirects and streaming.
HTTP utilities - send HTTP requests with proper headers, etc.
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.
Utility class to fake HTTP/HTTPS requests for unit testing Node.js projects. It captures arguments for outgoing requests and allows you to simulate network errors and responses easily.
Intercept & mock http requests issued by XMLHttpRequest, fetch, nodejs https/http module, axios, jquery, superagent, ky, node-fetch, request, got or any other request libraries by intercepting XMLHttpRequest, fetch and nodejs native requests in low level.