Reason Native Web
  • Guides
  • Help
  • GitHub
Request (morph.Morph.Request)
Up – morph » Morph » Request

Module Morph.Request

Defines the request type

type t = {
target: string,
meth: Method.t,
headers: list((string, string)),
read_body: unit => Lwt.t(string),
context: Hmap.t,
};
let make: ?⁠meth:Method.t => ?⁠headers:list((string, string)) => ?⁠read_body:(unit => Lwt.t(string)) => ?⁠context:Hmap.t => string => t;
Reason Native Web
Docs
Your first web serverGuidesAPI Reference
Community
Reason DiscordReasonML ForumOCaml DiscordOCaml Discuss
More
GitHub
Copyright © 2019 Your Name or Your Company Name