cli
cli copied to clipboard
Print only one header field
Is it possible to print only one, or multiple header fields? Based on this,
'H' request headers
'B' request body
'h' response headers
'b' response body
Like, http --print=H[Host,User-Agent]b <url>
what are you mean by multiple header fields? is it both request and response header field?
if it is,

@john-bonachon you want to filter the headers to only print Host and User-Agent, correct?