1. XenForo 1.5.14 中文版——支持中文搜索!现已发布!查看详情
  2. Xenforo 爱好者讨论群:215909318 XenForo专区

新闻 Cowboy 2.0.0 发布,模块化的 HTTP 服务器 下载

本帖由 漂亮的石头2017-10-05 发布。版面名称:软件资讯

  1. 漂亮的石头

    漂亮的石头 版主 管理成员

    注册:
    2012-02-10
    帖子:
    488,059
    赞:
    47
    Cowboy 2.0.0 发布,Cowboy 是一个小巧快速的良好模块化的 HTTP Server 。其中良好的 clean module 使得我们可以扩展到多种网络协议之中,cowboy 自带的有 tcp 和 ssl ,而也有一些人提供了 smtp 等的扩展。

    Cowboy是 Erlang / OTP 的 HTTP 服务器,支持 HTTP / 1.1、HTTP / 2 和 Websocket 协议。

    Modules


    Functions:


    Protocols:


    Handlers:


    Behaviors:


    Middlewares:

    Dependencies


    • ranch(7) - Socket acceptor pool for TCP protocols


    • cowlib(7) - Support library for manipulating Web protocols


    • ssl - Secure communication over sockets


    • crypto - Crypto functions

    All these applications must be started before the cowboy application. To start Cowboy and all dependencies at once:

    {ok, _} = application:ensure_all_started(cowboy).
    Environment


    The cowboy application does not define any application environment configuration parameters.

    下载地址:

    Cowboy 2.0.0 发布,模块化的 HTTP 服务器下载地址
     
正在加载...