A fast and lightweight streaming Microdata to RDF parser
A microdata rdf-parse-html actor
Pick a package fetcher by type
Minimal web-style fetch TypeScript typings
Microdata to json and json-ld parser
[Changelog](https://github.com/graphql/graphiql/blob/main/packages/graphiql-react/CHANGELOG.md) | [API Docs](https://graphiql-test.netlify.app/typedoc/modules/graphiql_react.html) | [NPM](https://www.npmjs.com/package/@graphiql/react)
Types for pnpm-compatible fetchers
A fetcher for local directory packages
A typed fetch client for openapi-typescript
A fetcher for git-hosted packages
Utility to build a fetcher for GraphiQL
Fetcher for packages hosted as tarballs
A fetcher for binary archives
Modern and scalable routing for applications
Library for fetching component data from Plasmic.
A JSON-LD Processor and API implementation in JavaScript.
A typed fetch client for openapi-typescript
MCP server for fetching web content using Playwright browser
Fetcher is not just another HTTP client—it's a complete ecosystem designed for modern web development with native LLM streaming API support. Built on the native Fetch API, Fetcher provides an Axios-like experience with powerful features while maintaining
TypeScript decorators for clean, declarative API service definitions with Fetcher HTTP client. Enables automatic parameter binding, method mapping, and type-safe API interactions.
Responsible for fetching codemod packages and associated files.
Server-Sent Events (SSE) support for Fetcher HTTP client with native LLM streaming API support. Enables real-time data streaming and token-by-token LLM response handling.
This package provides a plugin that integrates the [`GraphiQL Explorer`](https://github.com/OneGraph/graphiql-explorer) into the GraphiQL UI.
Pick a package fetcher by type
Abstract classes for Fetcher Microdata serialization of social network data
Fetcher Microdata adapter for Twitter
Fetcher Microdata adapter for Facebook
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.