http-request

HTTP client

A general-purpose HTTP client for Node.js with support for transparent compression and SSL.

General purpose HTTP / HTTPS client for node.js. Supports transparent gzip / deflate decoding. Successor of http-get.

GitHub

80 stars
6 watching
34 forks
Language: JavaScript
last commit: almost 8 years ago

Related projects:

RepositoryDescriptionStars
saltwaterc/aws2jsA client library for interacting with Amazon Web Services APIs in Node.js.238
lukeed/httpieA lightweight HTTP client library for Node.js that allows easy creation of promise-based requests with support for JSON data parsing and custom headers.580
vaheqelyan/karinAn elegant promise-based HTTP client for making requests in web browsers and Node.js applications.394
apache/httpcomponents-clientA Java-based client for making HTTP requests using a modular and customizable design1,466
http-rs/surfA fast and flexible HTTP client framework for asynchronous Rust programming1,466
nahi/httpclientA Ruby HTTP client library providing basic HTTP request functionality with features like authentication and streaming support.703
frigus02/resterA tool for making HTTP requests to web services from web browsers.352
cloudhead/http-consoleAn interactive command-line interface to the HTTP protocol1,352
snoyberg/http-clientProvides a low-level HTTP client engine with various backends and higher-level APIs.280
tomas/needleAn HTTP client for Node.js with support for various request methods and features.1,634
jakutis/httpinvokeAn HTTP client library providing a promise-based or callback-based API for sending and receiving data over the web.343
nghialv/netA Swift HTTP request wrapper providing flexible and customizable HTTP clients for various use cases.302
ngify/ngifyA suite of libraries for building reactive HTTP clients in Angular applications.103
kylebebak/requesterA modern HTTP client built on top of the Requests library for creating and executing REST requests in Python.307
alexghr/got-fetchA Node.js HTTP client wrapper around got21