Skip to content

HttpServerConfig

Defined in: astrobase/src/http/http.server.ts:13

A HTTP server configuration.

instance: Instance

Defined in: astrobase/src/http/http.server.ts:15

Instance to use for codec & procedure handler resolution.


optional port: number

Defined in: astrobase/src/http/http.server.ts:29

Port number to use.

3000

optional prefix: string

Defined in: astrobase/src/http/http.server.ts:22

API path prefix for requests.

'/astrobase/'