samuong / alpaca

A local HTTP proxy for command-line tools. Supports PAC scripts and NTLM authentication.
Apache License 2.0
184 stars 31 forks source link

Add a test for HTTP/2 #101

Closed samuong closed 2 years ago

samuong commented 2 years ago

Alpaca doesn't support HTTP/2, but clients and servers that support it can still communicate using HTTP/2, over a CONNECT tunnel established over HTTP/1.

Fixes #6