Support for h2c in reqable
Open
@MegatronKing is already working on this.
Since Oct 17, 2023.
enhancement
p3
suspend
- Dominant language
- No language data
- Stars
- 6.8k
- Forks
- 268
- PR merge metrics
- No merged PRs in 30d
Description
I am trying to migrate few APIs written in HTTP/1.1 over to HTTP/2. I do not need secure protocol h2 for them. I want to test those APIs using insecure protocol h2c in reqable tool. Is there a way we can do that? Currently reqable supports h2. When I use curl in a terminal it works fine.
Example curl:
curl --http2 -v --location 'http://localhost:8080/check'
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.