14 releases
0.1.13 | Dec 1, 2024 |
---|---|
0.1.12 | Jan 16, 2024 |
0.1.11 | Nov 20, 2023 |
0.1.10 | Sep 11, 2023 |
0.1.1 | Jun 26, 2022 |
#2072 in Network programming
8,461 downloads per month
Used in 52 crates
(7 directly)
325KB
6.5K
SLoC
Build statuses
Platform | Build Status |
---|---|
Linux | |
macOS | |
Windows |
Usage
ntex supports multiple async runtimes, runtime must be selected as a feature. Available options are compio
, tokio
,
glommio
or async-std
.
[dependencies]
ntex = { version = "2", features = ["tokio"] }
Documentation & community resources
- Documentation
- Docs.rs
- Minimum supported Rust version: 1.75 or later
License
This project is licensed under
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
lib.rs
:
Http protocol support. Various http headers
Dependencies
~0.9–1.3MB
~24K SLoC