Cowboy 2.0.0 发布,模块化的 HTTP 服务器

栏目: 软件资讯 · 发布时间: 7年前

内容简介:Cowboy 2.0.0 发布,Cowboy 是一个小巧快速的良好模块化的  HTTP Server 。其中良好的 clean module 使得我们可以扩展到多种网络协议之中,cowboy 自带的有 tcp 和 ssl ,而也有一些人提供了 smtp 等的扩展。 Co...

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.

下载地址:


【声明】文章转载自:开源中国社区 [http://www.oschina.net]


以上所述就是小编给大家介绍的《Cowboy 2.0.0 发布,模块化的 HTTP 服务器》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

Introduction to Computation and Programming Using Python

Introduction to Computation and Programming Using Python

John V. Guttag / The MIT Press / 2013-7 / USD 25.00

This book introduces students with little or no prior programming experience to the art of computational problem solving using Python and various Python libraries, including PyLab. It provides student......一起来看看 《Introduction to Computation and Programming Using Python》 这本书的介绍吧!

SHA 加密
SHA 加密

SHA 加密工具

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具