reason-simple-server:出于本机原因的简单服务器库

时间:2024-05-16 10:13:34
【文件属性】:

文件名称:reason-simple-server:出于本机原因的简单服务器库

文件大小:6KB

文件格式:ZIP

更新时间:2024-05-16 10:13:34

OCaml

原因简单服务器 这是一个出于自然原因(带有bsb-native)的库,它使您可以轻松站起来一台简单的服务器。 基本服务器 open ReasonSimpleServer.Basic.Response; let handler = (method, path, headers) => { switch (method, path) { | ("GET", "/") => { Ok("text/plain", "All clear boss!") } | ("POST", _) => Bad(401, "Can't do that") | ("Get", "/") => Ok("text/html", "

Howdy

") } }; ReasonSimpleServer.Basic.listen(~port=3451, handler); 缺少许多


【文件预览】:
reason-simple-server-master
----package.json(534B)
----test()
--------Test.re(81B)
----Readme.md(647B)
----package-lock.json(2KB)
----src()
--------Basic.re(3KB)
--------Static.re(3KB)
----bsconfig.json(418B)
----.gitignore(71B)

网友评论