mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07:39 +03:00
Better handling for h2 remote payload (#439)
This commit is contained in:
parent
4f7d951f40
commit
dedb7de64c
6 changed files with 94 additions and 35 deletions
|
@ -24,8 +24,8 @@
|
|||
|
||||
## Usage
|
||||
|
||||
Starting ntex v0.5 async runtime must be selected as a feature. Available options are `glommio`,
|
||||
`tokio` or `async-std`.
|
||||
ntex supports multiple async runtimes, runtime must be selected as a feature. Available options are `compio`, `tokio`,
|
||||
`glommio` or `async-std`.
|
||||
|
||||
```toml
|
||||
[dependencies]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue