MCPcopy Index your code
hub / github.com/browserless/browserless / HTTPServerOptions

Interface HTTPServerOptions

src/server.ts:34–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32import { compileSchema } from './shared/utils/schema-validator.js';
33
34export interface HTTPServerOptions {
35 concurrent: number;
36 host: string;
37 port: string;
38 queued: number;
39 timeout: number;
40}
41
42export class HTTPServer extends EventEmitter {
43 protected server: http.Server = http.createServer();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected