httpx icon indicating copy to clipboard operation
httpx copied to clipboard

Force HTTP1.1 Only

Open riramar opened this issue 1 year ago • 0 comments

Please describe your feature request:

Add a flag to force HTTP1.1 only like --http1.1 on curl.

Describe the use case of this feature:

If the user wants to probe using HEAD method to speed up the process and filter/match responses by the Content-Length response header the tool must use HTTP1 because HTTP2 do not provides Content-Length response header.

riramar avatar Mar 14 '24 20:03 riramar