Results for “Std.Http.Server.server”
8 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.Http.Server.Server
A server, ready to be given an address.
- Std.Http.Server.server
&Std.Http.Server.Route.Router -> Std.Http.Server.ServerA server over a router, with no middleware and the default limits.
- Std.Http.Server.handlerOf
&Std.Http.Server.Server -> fn(Std.Http.Server.Route.Request) -> Std.Http.ResponseThe handler a server presents, with every step wrapped around it.
- Std.Http.Server.listenAndServe
&Std.Http.Server.Server -> Str -> Int -> Int -> Result[Int, Std.Http.Server.ServerError]Start, serve, and stop, for a caller that wants one call.
- Std.Http.Server.run
&Std.Http.Server.Server -> &Std.Http.Server.Running -> Int -> Result[Int, Std.Http.Server.ServerError]Accept connections into a bounded queue consumed by a fixed worker pool.
- Std.Http.Server.serveConnection
&Std.Http.Server.Server -> &Std.Net.Connection -> BoolServe one connection: read a request, answer it, and say whether the
- Std.Http.Server.start
Str -> Int -> Result[Std.Http.Server.Running, Std.Http.Server.ServerError]Start listening, and answer what is needed to stop.
- Std.Http.Server.stop
&Std.Http.Server.Running -> Result[(), Std.Http.Server.ServerError]Ask a server to stop.
