mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 04:47:39 +03:00
* Fix parsing ambiguity in Transfer-Encoding and Content-Length headers for HTTP/1.0 requests * Fix http2 content-length handling * fix h2 content-length support
2.1 KiB
2.1 KiB
Build statuses
Platform | Build Status |
---|---|
Linux | |
macOS | |
Windows |
Usage
Starting ntex v0.5 async runtime must be selected as a feature. Available options are glommio
,
tokio
or async-std
.
[dependencies]
ntex = { version = "0.5", features = ["glommio"] }
Documentation & community resources
- Documentation
- Minimum supported Rust version: 1.57 or later
License
This project is licensed under
- MIT license (LICENSE or http://opensource.org/licenses/MIT)