Results for “Std.Http.Server.ServerError”
5 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.Http.Server.ServerError
Why a server could not start or could not keep serving.
- 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.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.
