serve
serve(
config):Server<typeofIncomingMessage, typeofServerResponse>
Defined in: astrobase/src/http/http.server.ts:37
Spins up a HTTP server.
Parameters
Section titled “Parameters”config
Section titled “config”Returns
Section titled “Returns”Server<typeof IncomingMessage, typeof ServerResponse>