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

#2077 in Network programming

Download history 808/week @ 2023-12-23 729/week @ 2023-12-30 1208/week @ 2024-01-06 889/week @ 2024-01-13 798/week @ 2024-01-20 701/week @ 2024-01-27 848/week @ 2024-02-03 824/week @ 2024-02-10 1159/week @ 2024-02-17 1126/week @ 2024-02-24 1179/week @ 2024-03-02 1655/week @ 2024-03-09 1280/week @ 2024-03-16 1450/week @ 2024-03-23 1290/week @ 2024-03-30 1246/week @ 2024-04-06

5,488 downloads per month
Used in 44 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