MCPcopy
hub / github.com/steel-dev/steel-browser / IProxyServer

Interface IProxyServer

api/src/utils/proxy.ts:6–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import { Server } from "proxy-chain";
5
6export interface IProxyServer {
7 readonly url: string;
8 readonly upstreamProxyUrl: string;
9 readonly txBytes: number;
10 readonly rxBytes: number;
11 listen(): Promise<void>;
12 close(force?: boolean): Promise<void>;
13}
14
15export class ProxyServer extends Server implements IProxyServer {
16 public url: string;

Callers 15

startServerFunction · 0.65
handleScrapeFunction · 0.65
handleSearchFunction · 0.65
handleScreenshotFunction · 0.65
handlePDFFunction · 0.65
listenMethod · 0.65
startSessionMethod · 0.65
generate.tsFile · 0.65
handleScrapeFunction · 0.65
handleSearchFunction · 0.65
handleScreenshotFunction · 0.65
handlePDFFunction · 0.65

Implementers 1

ProxyServerapi/src/utils/proxy.ts

Calls

no outgoing calls

Tested by

no test coverage detected