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

Download history 1333/week @ 2024-08-20 1459/week @ 2024-08-27 1423/week @ 2024-09-03 1506/week @ 2024-09-10 1520/week @ 2024-09-17 1655/week @ 2024-09-24 1734/week @ 2024-10-01 2088/week @ 2024-10-08 2444/week @ 2024-10-15 2464/week @ 2024-10-22 2326/week @ 2024-10-29 2368/week @ 2024-11-05 2008/week @ 2024-11-12 1992/week @ 2024-11-19 2285/week @ 2024-11-26 1986/week @ 2024-12-03

8,461 downloads per month
Used in 52 crates (7 directly)

MIT/Apache

325KB
6.5K 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

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

License

This project is licensed under


lib.rs:

Http protocol support. Various http headers

Dependencies

~0.9–1.3MB
~24K SLoC