Use request but with polymorphic-request goodies
Minimal web-style fetch TypeScript typings
A simple common HTTP client specifically for Google APIs and services.
A light-weight module that brings Fetch API to node.js
A Node.js fetch shim using built-in Request, Response, and Headers (but without native fetch)
Send parameterized requests to GitHub's APIs with sensible defaults in browsers and Node
Decorator for a `fetch` function to support automatic cookies.
the http/https agent used by the npm cli
Mock http requests made using fetch
Build servers for Node.js using the web fetch API
Streaming http in the browser
A better API for making Event Source requests, with all the features of fetch()
Backbone for react native with fetch as request method
Build servers for Node.js using the web fetch API
Implementation of window.fetch which can use http2 seamlessly
A light-weight module that brings window.fetch to node.js
Opinionated, caching, retrying fetch client
A window.fetch polyfill.
Convenient parsing for Fetch.
Blob & File implementation in Node.js, originally from node-fetch.
Fetch-based http client for use with npm registry APIs
Low-level HTTP/HTTPS/XHR request interception library for NodeJS
Like request, but smaller.
Universal WHATWG Fetch API for Node, Browsers and React Native
A tiny Fetch API wrapper that allows you to make http requests without need to handle to send the CSRF Token on every request
Fetches open pull-requests, with status and mergability, in your organisation.
Uses Typhoeus to make HTTP requests to the Yahoo! Finance API in parallel.
Fetch EC2 tags for the requesting host only via Lambda
HTTP fetch client based on ruby EventMachne and EM-HTTP-Request that has configureable concurrency regardless of EM's thread pool.
BadPigeon is a Ruby gem that allows you to extract tweet data from the XHR requests that the Twitter frontend website does in user's browser. The requests need to be saved into a "HAR" archive file from the browser's web inspector tool and then that file is fed into either the appropriate Ruby class or the `pigeon` command line tool. The tool intents to be API compatible with the popular `twitter` gem and generate the same kind of tweet JSON structure as is read and exported by that library.
Fetches HTTP responses as batch requests concurrently
Ruby-based client for JasperServer. Allows for requesting and fetching reports using Ruby from a networked JasperServer over SOAP.
This gem can help your Ruby application to make HTTP(S) requests using proxies by fetching and validating proxy lists from the different providers.
Ruby-based client for JasperServer. Allows for requesting and fetching reports using Ruby from a networked JasperServer over SOAP.
This is a gem that serves remote resources from a cache. If the cache gets stale, then the stale cache is served and the cache gets updated in async.
Bounces or redirects requests to missing static files. Could be useful when you want to run the server with production database locally and have user uploaded content fetched transparently from production site.