request
Repositories
-
request
🏊🏾 Simplified HTTP request client.
-
request-promise-any
The simplified HTTP request client 'request' with Promise support. Powered by 'any-promise'.
-
request-promise
The simplified HTTP request client 'request' with Promise support. Powered by Bluebird.
-
request-promise-native
The simplified HTTP request client 'request' with Promise support. Powered by native ES6 promises.
-
promise-core
Core Promise support implementation for the simplified HTTP request client 'request'.
-
forever-agent
HTTP Agent that keeps socket connections alive between keep-alive requests. Formerly part of mikeal/request, now a standalone module.
-
oauth-sign
OAuth 1 signing. Formerly a vendor lib in mikeal/request, now a standalone module.
-
tunnel-agent
HTTP proxy tunneling agent. Formerly part of mikeal/request, now a standalone module.
-
caseless
Caseless object set/get/has, very useful when working with HTTP headers.
-
aws-sign
AWS signing. Originally pulled from LearnBoost/knox, maintained as vendor in request, now a standalone module.
-
api
Sugar API for @request/interface consumers
-
request-debug
Library to monitor HTTP(S) requests made with mikeal/request.
-
core
HTTP Client Library
-
request.js.org
Official Website of the Request Organization
-
request-promise-bluebird
DO NOT USE request-promise-bluebird! Use request-promise instead. It uses Bluebird under the hood.
-
interface
Common Interface for HTTP Clients
-
qs
Wrapper for qs and querystring modules
-
oauth
HTTP OAuth Authentication
-
log
HTTP Debug Log
-
length
HTTP Content-Length for various body types
-
headers
HTTP Caseless Headers
-
digest
HTTP Digest Authentication
-
client
HTTP Client Library
-
cli
HTTP CLI Client
-
multipart
HTTP Multipart Body Stream
-
http-duplex-gzip-client
HTTP duplex client that accepts and decompresses gzip.
-
http-duplex-client
Forked from isaacs/http-duplex-clientDuplex API for making an HTTP request (write the req, read the response)
-
cookie-jar
Cookie Jar. Originally pulled from LearnBoost/tobi, maintained as vendor in request, now a standalone module.