h1: allow to override connection type in on-request handler

This commit is contained in:
Nikolay Kim 2021-11-02 19:30:33 +06:00
parent 21281a236a
commit 18a2fde154
7 changed files with 21 additions and 10 deletions

View file

@ -7,7 +7,7 @@
[![codecov](https://codecov.io/gh/ntex-rs/ntex/branch/master/graph/badge.svg)](https://codecov.io/gh/ntex-rs/ntex)
[![crates.io](https://img.shields.io/crates/v/ntex.svg)](https://crates.io/crates/ntex)
[![Documentation](https://docs.rs/ntex/badge.svg)](https://docs.rs/ntex)
[![Version](https://img.shields.io/badge/rustc-1.51+-lightgray.svg)](https://blog.rust-lang.org/2021/03/25/Rust-1.51.0.html)
[![Version](https://img.shields.io/badge/rustc-1.53+-lightgray.svg)](https://blog.rust-lang.org/2021/06/17/Rust-1.53.0.html)
![License](https://img.shields.io/crates/l/ntex.svg)
</p>
@ -24,7 +24,7 @@
## Documentation & community resources
* [Documentation](https://docs.rs/ntex)
* Minimum supported Rust version: 1.48 or later
* Minimum supported Rust version: 1.53 or later
## License