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: over 6 years ago

Related projects:

Repository Description Stars
saltwaterc/aws2js A client library for interacting with Amazon Web Services APIs in Node.js. 238
lukeed/httpie A 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/karin An elegant promise-based HTTP client for making requests in web browsers and Node.js applications. 394
apache/httpcomponents-client A Java-based client for making HTTP requests using a modular and customizable design 1,466
http-rs/surf A fast and flexible HTTP client framework for asynchronous Rust programming 1,466
nahi/httpclient A Ruby HTTP client library providing basic HTTP request functionality with features like authentication and streaming support. 703
frigus02/rester A tool for making HTTP requests to web services from web browsers. 352
cloudhead/http-console An interactive command-line interface to the HTTP protocol 1,352
snoyberg/http-client Provides a low-level HTTP client engine with various backends and higher-level APIs. 280
tomas/needle An HTTP client for Node.js with support for various request methods and features. 1,634
jakutis/httpinvoke An HTTP client library providing a promise-based or callback-based API for sending and receiving data over the web. 343
nghialv/net A Swift HTTP request wrapper providing flexible and customizable HTTP clients for various use cases. 302
ngify/ngify A suite of libraries for building reactive HTTP clients in Angular applications. 103
kylebebak/requester A modern HTTP client built on top of the Requests library for creating and executing REST requests in Python. 307
alexghr/got-fetch A Node.js HTTP client wrapper around got 21