Utility for fetching and caching JSON for a configurable amount of time
Opinionated, caching, retrying fetch client
Fetch-based http client for use with npm registry APIs
A light-weight module that brings Fetch API to node.js
Caching mock fetch implementation for all runtimes and frameworks.
Light-weight Fetch implementation transparently supporting both HTTP/1(.1) and HTTP/2
Caches fetched json. Updates when etag changes and is uses cache regardless if endpoint unreachable. Uses write-file-atomic for safe updates
A window.fetch polyfill.
A fetch http actor
Fetch and locally cache remote API calls and assets.
A light-weight module that brings window.fetch to node.js
No description provided.
Standalone caching utilities with TTL, SWR, and HTTP response caching
minimal implementation of a PassThrough stream
Local build cache provider for Expo
Synchronous version of the Fetch API
Extend any fetch library with retry functionality
Implementation of window.fetch which can use http2 seamlessly
Synchronous version of the Fetch API
Minimal web-style fetch TypeScript typings
No description provided.
node-fetch with caching.
A swagger client generator for typescript
A cache object that deletes the least-recently-used items.
Scrapetor is a Ruby HTML parsing + scraping toolkit. The parser is a native C arena DOM with structural indexes built at parse time and NEON SIMD scanners in the SAX hot loop. A streaming extraction engine compiles the schema DSL into a single forward pass — no DOM materialised, one Ruby boundary crossing per document. On builds where libcurl is available, Scrapetor::Fetcher adds an HTTP/2-capable fetch layer with per-thread connection cache, shared DNS + TLS session pool, in-process gzip / deflate / brotli / zstd decoding, iconv charset transcoding, retry + exponential backoff, ETag / Last-Modified disk cache with bulk revalidation, per-host throttle, cookie jar, basic + bearer auth, proxy, and three bulk concurrency models (parallel_fetch / multi_fetch / streaming multi_each). Scrapetor::Session ties the cookie / auth / throttle / retry policies together. Also ships robots.txt + sitemap.xml parsers, a bounded-memory streaming HTML parser, and structured-data extractors (JSON-LD, OpenGraph, Schema.org, Microdata, RDFa, Twitter Cards). The Net::HTTP-based Scrapetor.fetch is preserved as the no-libcurl fallback.
Contentful API wrapper library exposing an ActiveRecord-like interface