Simplified HTTP request client.
Offers getProxyForUrl to get the proxy URL for a URL, respecting the *_PROXY (e.g. HTTP_PROXY) and NO_PROXY environment variables.
Manage request/response cookies in the environments where those are not supported.
Fake HTTP injection library
Drop-in replacement for Nodes http and https that transparently make http request to both http1 / http2 server, it's using the ALPN protocol
Hook nodes default http, https request method, to add extra administrative functionality
Timeout HTTP/HTTPS requests
Infer the content-type of a request.
Simple HTTP/HTTPS request library with no dependencies.
HTTPS request logger for NodeJS/Express application where data is stored in Qrvey Platform
Signs and prepares requests using AWS Signature Version 4
Core library for interfacing with AutoRest generated code
A simple package with no dependencies for native requests using callback
Simplest way to make http get requests. Supports HTTPS, redirects, gzip/deflate, streams in < 100 lines.
Cypress's fork of the simplified HTTP request client 'request' with Promise support. Powered by Bluebird.
Simple functions for HTTPS request and HTML parsing with few dependencies in Node
Pure https request (like `fetch` or `axios`) that uses node:https that written in typescript
Passport authentication strategy using JSON Web Tokens
Streaming http in the browser
A request library that returns promises, inspired by request
Simplified requests for paged (paginated) content.
Composable HTTP Client
A terminating Apollo Link for Apollo Client that fetches a GraphQL multipart request if the GraphQL variables contain files (by default FileList, File, or Blob instances), or else fetches a regular GraphQL POST or GET request (depending on the config and
An HTTP/1.1 client, written from scratch for Node.js