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

Interface ProxyConfig

index.d.ts:34–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 * Proxy configuration for fetching articles.
33 */
34export interface ProxyConfig {
35 /** Proxy endpoint URL */
36 target?: string
37 /** Headers for proxy request */
38 headers?: Record<string, string>
39}
40
41/**
42 * Options for the HTTP fetch request.

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…