mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07:39 +03:00
framework for composable networking services
* Fix io close for Framed * Fix connection shutdown for h1 dispatcher * Enable client disconnect for http server by default * Add connection disconnect timeout to framed service |
||
---|---|---|
.github/workflows | ||
ntex | ||
ntex-codec | ||
ntex-macros | ||
ntex-router | ||
ntex-rt | ||
ntex-rt-macros | ||
ntex-service | ||
.gitignore | ||
Cargo.toml | ||
codecov.yml | ||
LICENSE | ||
README.md | ||
rustfmt.toml |
Build statuses
Platform | Build Status |
---|---|
Linux | |
macOS | |
Windows |
Documentation & community resources
- Documentation
- Minimum supported Rust version: 1.42 or later
License
This project is licensed under
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)