package vercel

  1. Overview
  2. Docs
A custom runtime for Vercel.com (Now v2) written in OCaml

Install

dune-project
 Dependency

Authors

Maintainers

Sources

lambda-runtime-0.1.0.tbz
sha256=58863594a2f94993208c749b77eb769cf5340b8d87bb9e5e994035ba331867ff
sha512=53c9e2c256f092c09e6ce7926b1bbcbdc93efcb727d5a755557d2eb7ab1c7b0ad0a3b8e708b01a70a6eda5ef6fa9714b40f79e172bc5d17aa2c434d8ecb9a9ca

doc/vercel/Vercel/index.html

Module VercelSource

Sourcemodule Headers : module type of struct include Piaf.Headers end
Sourcemodule Request : module type of struct include Piaf.Request end
Sourcemodule Response : module type of struct include Piaf.Response end
include Lambda_runtime.LambdaRuntime with type event := Request.t and type response := Response.t
Sourceval lambda : (Request.t -> Lambda_runtime.Context.t -> (Response.t, string) result) -> unit
Sourceval io_lambda : (Request.t -> Lambda_runtime.Context.t -> (Response.t, string) result Lwt.t) -> unit