backend
Types
pub type Context {
Context(secret: String)
}
Constructors
-
Context(secret: String)
Functions
pub fn handle_request(
request: Request(Connection),
context: Context,
) -> Response(Body)
pub fn main() -> Result(List(#(String, Int)), Error)