Actix-web 1.0 发布,简单快速的 Rust Web 框架

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

内容简介:Actix-web 1.0 发布了,此版本相比 0.7 最大的变化是: Actix-web 过时的 actix 来自它的依赖,但你仍然可以使用 actix ad-hoc。现在它的依赖关系是这样的:futures & tokio -> actix-rt (actix runtime) -> acti...

Actix-web 1.0 发布了,此版本相比 0.7 最大的变化是:

Actix-web 过时的 actix 来自它的依赖,但你仍然可以使用 actix ad-hoc。现在它的依赖关系是这样的:futures & tokio -> actix-rt (actix runtime) -> actix-net -> actix-web。

关于这一点更具体的讨论见:

  • https://github.com/actix/actix-web/issues/722#issuecomment-471765201

Actix-web 是 Rust 的一个简单、实用且极其快速的 Web 框架。

  • 支持 HTTP/1.x 和 HTTP/2.0 协议

  • Streaming 和 pipelining

  • Keep-alive 和慢请求处理

  • 客户端/服务器 WebSockets 支持

  • 透明内容压缩/解压缩(br、gzip、deflate)

  • 可配置的请求路由

  • Multipart 流

  • 静态资源

  • SSL 支持 OpenSSL 或native-tls

  • 中间件(Logger、Session、CORS、CSRF 等)

  • 包括异步 HTTP 客户端

  • 建立在 Actix actor 框架之上


以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

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

Data Structures and Algorithms in Java

Data Structures and Algorithms in Java

Michael T. Goodrich、Roberto Tamassia / Wiley / 2010-01-26 / USD 177.41

* This newest edition examines fundamental data structures by following a consistent object-oriented framework that builds intuition and analysis skills of data structures and algorithms * Presents ne......一起来看看 《Data Structures and Algorithms in Java》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

HEX CMYK 转换工具
HEX CMYK 转换工具

HEX CMYK 互转工具