Results for “Std.Http.Server.Lambda.Runtime”
10 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.Http.Server.Lambda.Runtime
The interface a platform offers, and the version of it being spoken.
- Std.Http.Server.Lambda.answer
&Std.Http.Server.Lambda.Runtime -> &Std.Http.Server.Lambda.Invocation -> Str -> Result[(), Std.Http.Server.Lambda.LambdaError]Post an answer for one invocation.
- Std.Http.Server.Lambda.fail
&Std.Http.Server.Lambda.Runtime -> &Std.Http.Server.Lambda.Invocation -> Str -> Result[(), Std.Http.Server.Lambda.LambdaError]Say an invocation could not be answered.
- Std.Http.Server.Lambda.failedToStart
&Std.Http.Server.Lambda.Runtime -> Str -> Result[(), Std.Http.Server.Lambda.LambdaError]Say the program could not start at all.
- Std.Http.Server.Lambda.fromEnvironment
Option[Std.Http.Server.Lambda.Runtime]The interface this process was started under, when it was started under one.
- Std.Http.Server.Lambda.nextInvocation
&Std.Http.Server.Lambda.Runtime -> Result[Std.Http.Server.Lambda.Invocation, Std.Http.Server.Lambda.LambdaError]Ask for the next invocation, waiting until there is one.
- Std.Http.Server.Lambda.runtimeAt
Str -> Std.Http.Server.Lambda.RuntimeAn interface at a stated address, speaking the version this was written for.
- Std.Http.Server.Lambda.runtimePath
&Std.Http.Server.Lambda.Runtime -> Str -> StrWhere the interface serves one of its paths.
- Std.Http.Server.Lambda.serve
&Std.Http.Server.Lambda.Runtime -> fn(Std.Json.Json) -> Result[Str, Str] -> Result[(), Std.Http.Server.Lambda.LambdaError]Take invocations and answer them until the platform stops the process.
- Std.Http.Server.Lambda.speaking
&Std.Http.Server.Lambda.Runtime -> Str -> Std.Http.Server.Lambda.RuntimeThe same interface, speaking a different version of the protocol.
