3 Star 0 Fork 0

海峡人力云_外包/yh-public-cowboy

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

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/

Getting help

马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/tmsbmall_1/yh-public-cowboy.git
git@gitee.com:tmsbmall_1/yh-public-cowboy.git
tmsbmall_1
yh-public-cowboy
yh-public-cowboy
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385