bombardier icon indicating copy to clipboard operation
bombardier copied to clipboard

Unable to connect with h2c - HTTP/2 clear text protocol

Open Aman-Singla-00 opened this issue 3 years ago • 2 comments

Is there any option to send request with h2c protocol..?

Aman-Singla-00 avatar May 06 '22 10:05 Aman-Singla-00

I'm afraid --fasthttp client doesn't support HTTP/2 at all (see valyala/fasthttp#144). Go's --http2 client seem to support of h2c.

codesenberg avatar Apr 27 '23 02:04 codesenberg