MCPcopy
hub / github.com/extractus/article-extractor / FetchOptions

Interface FetchOptions

index.d.ts:44–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42 * Options for the HTTP fetch request.
43 */
44export interface FetchOptions {
45 /** Custom request headers */
46 headers?: Record<string, string>
47 /** Proxy configuration */
48 proxy?: ProxyConfig
49 /** HTTP proxy agent (e.g. HttpsProxyAgent) */
50 agent?: object
51 /** AbortSignal to cancel the request */
52 signal?: object
53}
54
55/**
56 * Extracted article data structure.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…