reqable / reqable/reqable-app

Support for h2c in reqable

Open
#273 1 comment 0 reactions 1 assignee View on GitHub

@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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.