framework for composable networking services
Find a file
2022-12-09 10:53:50 +01:00
.github/workflows Change state management behaviour 2022-11-25 16:45:42 +01:00
ntex Add TryFrom<&Bytes> and TryFrom<&BytesMut> for ByteString 2022-12-09 10:53:50 +01:00
ntex-async-std Various http fixes (#132) 2022-08-22 11:54:19 +02:00
ntex-bytes Add TryFrom<&Bytes> and TryFrom<&BytesMut> for ByteString 2022-12-09 10:53:50 +01:00
ntex-codec Fix conversion from BytesVec to BytesMut and back (BytesVec::with_bytes_mut()) 2022-01-31 15:17:16 +06:00
ntex-connect Remove port from host for openssl connector #152 2022-12-08 09:15:56 +01:00
ntex-glommio Upgrade to glommio 0.7 (#104) 2022-02-20 20:33:57 +06:00
ntex-http Convert from HeaderValue into http::header::HeaderValue 2022-11-30 17:10:59 +01:00
ntex-io Expose IoRef::start_keepalive_timer() and IoRef::remove_keepalive_timer() methods 2022-12-02 17:28:50 +01:00
ntex-macros Update tests 2022-11-25 01:07:25 +01:00
ntex-router clippy 2022-10-03 10:21:08 +02:00
ntex-rt Add System::block_on() helper method 2022-09-20 07:54:39 +02:00
ntex-service make AndThenFactory::new public 2022-07-07 21:56:27 +06:00
ntex-tls Update tests 2022-11-25 01:07:25 +01:00
ntex-tokio clippy 2022-10-03 10:21:08 +02:00
ntex-util Add Extensions::extend() and Extensions::is_empty() methods 2022-11-25 16:44:51 +01:00
.gitignore Fix double registation for accept back-pressure 2021-02-18 17:54:41 +06:00
Cargo.toml move ntex::connect to separate crate 2022-06-20 21:54:13 +06:00
codecov.yml Ignore async-std tests 2022-02-01 07:04:18 +06:00
LICENSE update readme 2021-06-14 21:46:46 +06:00
README.md Various http fixes (#132) 2022-08-22 11:54:19 +02:00
rustfmt.toml fmt 2021-12-24 03:54:57 +06:00

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 = "0.5", features = ["glommio"] }

Documentation & community resources

License

This project is licensed under