1 Star 1 Fork 0

imboy-tripartite-deps/cowboy

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
README.asciidoc 1.17 KB
一键复制 编辑 原始数据 按行查看 历史
Loïc Hoguin 提交于 2024-03-14 15:06 . Cowboy 2.12.0

Cowboy

Cowboy is a small, fast and modern HTTP server for Erlang/OTP.

Goals

Cowboy aims to provide a complete HTTP stack in a small code base. It is optimized for low latency and low memory usage, in part because it uses binary strings.

Cowboy provides routing capabilities, selectively dispatching requests to handlers written in Erlang.

Because it uses Ranch for managing connections, Cowboy can easily be embedded in any other application.

Cowboy is clean and well tested Erlang code.

Online documentation

Offline documentation

  • While still online, run make docs

  • User guide available in doc/ in PDF and HTML formats

  • Function reference man pages available in doc/man3/ and doc/man7/

  • Run make install-docs to install man pages on your system

  • Full documentation in Asciidoc available in doc/src/

  • Examples available in examples/

Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Erlang
1
https://gitee.com/imboy-tripartite-deps/cowboy.git
git@gitee.com:imboy-tripartite-deps/cowboy.git
imboy-tripartite-deps
cowboy
cowboy
master

搜索帮助