HttpIngress
Nodepod API / src / HttpIngress
Interface: HttpIngress
Section titled “Interface: HttpIngress”Defined in: src/host/types.ts:35
Properties
Section titled “Properties”baseUrl
Section titled “baseUrl”baseUrl:
string|null
Defined in: src/host/types.ts:38
Public origin used for serverUrl / onServerReady, or null if none.
kind:
"none"|"service-worker"|"local-http"|"programmatic"
Defined in: src/host/types.ts:36
Methods
Section titled “Methods”start()?
Section titled “start()?”
optionalstart():Promise<void>
Defined in: src/host/types.ts:39
Returns
Section titled “Returns”Promise<void>
stop()?
Section titled “stop()?”
optionalstop():Promise<void>
Defined in: src/host/types.ts:40
Returns
Section titled “Returns”Promise<void>