Extends
Omit<NetListenOptions,"path"|"readableAll"|"writableAll">
Properties
address?
Defined in: packages/http-framework/src/lib/Client.ts:352 The address at which the server will be started.optionaladdress?:string
backlog?
Defined in: node_modules/.pnpm/@types+node@22.15.21/node_modules/@types/node/net.d.ts:496optionalbacklog?:number
Inherited from
Omit.backlog
exclusive?
Defined in: node_modules/.pnpm/@types+node@22.15.21/node_modules/@types/node/net.d.ts:497optionalexclusive?:boolean
Inherited from
Omit.exclusive
host?
Defined in: node_modules/.pnpm/@types+node@22.15.21/node_modules/@types/node/net.d.ts:498optionalhost?:string
Inherited from
Omit.host
ipv6Only?
Defined in: node_modules/.pnpm/@types+node@22.15.21/node_modules/@types/node/net.d.ts:502optionalipv6Only?:boolean
Default
Inherited from
Omit.ipv6Only
port
port: number
Defined in: packages/http-framework/src/lib/Client.ts:347
The port at which the server will listen for requests.
Overrides
Omit.port
postPath?
Defined in: packages/http-framework/src/lib/Client.ts:358 The path the HTTP server will listen to.optionalpostPath?:`/${string}`
Default
reusePort?
Defined in: node_modules/.pnpm/@types+node@22.15.21/node_modules/@types/node/net.d.ts:503optionalreusePort?:boolean
Inherited from
Omit.reusePort
serverOptions?
Defined in: packages/http-framework/src/lib/Client.ts:363 The options to pass to theoptionalserverOptions?:ServerOptions<typeofIncomingMessage, typeofServerResponse>
createServer function.
signal?
Defined in: node_modules/.pnpm/@types+node@22.15.21/node_modules/@types/node/events.d.ts:508 When provided the correspondingoptionalsignal?:AbortSignal
AbortController can be used to cancel an asynchronous action.
Inherited from
Omit.signal