Small package that provides a promise-based, stream-oriented wrapper around the http and https modules
A better EventSource API
Timings for HTTP requests
HTTP server mocking and expectations library for Node.js
Wrap native HTTP requests with RFC compliant cache support
Cypress's fork of a simplified HTTP request client.
Low-level HTTP/HTTPS/XHR/fetch request interception library.
rehype plugin to highlight code blocks in HTML with Prism (via refractor) with line highlighting and line numbers
Offers getProxyForUrl to get the proxy URL for a URL, respecting the *_PROXY (e.g. HTTP_PROXY) and NO_PROXY environment variables.
Provides a way to make requests
JavaScript library for panning and zooming an SVG image from the mouse, touches and programmatically.
Drop-in replacement for Nodes http and https that transparently make http request to both http1 / http2 server, it's using the ALPN protocol
A JS implementation of JSONPath with some additional operators
Timeout HTTP/HTTPS requests
Tracks the download progress of a request made with mikeal/request, giving insight of various metrics including progress percent, download speed and time remaining
Simplified HTTP request client.
Simplest way to make http get requests. Supports HTTPS, redirects, gzip/deflate, streams in < 100 lines.
Streaming http in the browser
Core library for interfacing with AutoRest generated code
Like request, but smaller.
An HTTP(s) proxy `http.Agent` implementation for HTTP
Fake HTTP injection library
Standards-compliant WebSocket server and client
Turn a function into an `http.Agent` instance
Manages persistent connections using Net::HTTP plus a speed fix for Ruby 1.8. It's thread-safe too! Using persistent HTTP connections can dramatically increase the speed of HTTP. Creating a new HTTP connection for every request involves an extra TCP round-trip and causes TCP congestion avoidance negotiation to start over. Net::HTTP supports persistent connections with some API methods but does not handle reconnection gracefully. Net::HTTP::Persistent supports reconnection and retry according to RFC 2616.
Manages persistent connections using Net::HTTP plus a speed fix for Ruby 1.8. It's thread-safe too! Using persistent HTTP connections can dramatically increase the speed of HTTP. Creating a new HTTP connection for every request involves an extra TCP round-trip and causes TCP congestion avoidance negotiation to start over. Net::HTTP supports persistent connections with some API methods but does not handle reconnection gracefully. Net::HTTP::Persistent supports reconnection and retry according to RFC 2616.