Caches fetched json. Updates when etag changes and is uses cache regardless if endpoint unreachable. Uses write-file-atomic for safe updates
Simply Builder Module - Temporary Fetch JSON Cache
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
A window.fetch polyfill.
A fetch http actor
Local build cache provider for Expo
Implementation of window.fetch which can use http2 seamlessly
No description provided.
Fetch and locally cache remote API calls and assets.
A light-weight module that brings window.fetch to node.js
Synchronous version of the Fetch API
minimal implementation of a PassThrough stream
Standalone caching utilities with TTL, SWR, and HTTP response caching
No description provided.
Extend any fetch library with retry functionality
Minimal web-style fetch TypeScript typings
Synchronous version of the Fetch API
node-fetch with caching.
A cache object that deletes the least-recently-used items.
A swagger client generator for typescript
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