Better handling for h2 remote payload (#439)

This commit is contained in:
Nikolay Kim 2024-10-16 20:46:40 +05:00 committed by GitHub
parent 4f7d951f40
commit dedb7de64c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 94 additions and 35 deletions

View file

@ -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]