13 releases

0.1.12 Jan 16, 2024
0.1.11 Nov 20, 2023
0.1.10 Sep 11, 2023
0.1.9 Dec 9, 2022
0.1.1 Jun 26, 2022

#8 in #http-framework

Download history 876/week @ 2024-01-12 795/week @ 2024-01-19 731/week @ 2024-01-26 795/week @ 2024-02-02 872/week @ 2024-02-09 1135/week @ 2024-02-16 1089/week @ 2024-02-23 1092/week @ 2024-03-01 1697/week @ 2024-03-08 1318/week @ 2024-03-15 1496/week @ 2024-03-22 1209/week @ 2024-03-29 1477/week @ 2024-04-05 1650/week @ 2024-04-12 1651/week @ 2024-04-19 1557/week @ 2024-04-26

6,562 downloads per month
Used in 46 crates (7 directly)

MIT/Apache

300KB
6K SLoC

ntex

Framework for composable network services.

build status crates.io Documentation Version License codecov Chat on Discord

Build statuses

Platform Build Status
Linux build status
macOS build status
Windows build status

Usage

Starting ntex v0.5 async runtime must be selected as a feature. Available options are glommio, tokio or async-std.

[dependencies]
ntex = { version = "1.0", features = ["tokio"] }

Documentation & community resources

License

This project is licensed under


lib.rs:

Http protocol support. Various http headers

Dependencies

~1–1.3MB
~25K SLoC