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

Module Morph__.Request

type t = {
target: string,
meth: Morph.Method.t,
headers: list((string, string)),
read_body: unit => Lwt.t(string),
context: Hmap.t,
};
let make: ?⁠meth:Morph.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