2 examples for http
# prints colorful version of the response headers and body, # with formatted JSON, of a request http "httpbin.org/get?foo=bar"
# To set custom headers you can use the Header:Value notation: http example.org User-Agent:Bacon/1.0
# prints colorful version of the response headers and body, # with formatted JSON, of a request http "httpbin.org/get?foo=bar"
# To set custom headers you can use the Header:Value notation: http example.org User-Agent:Bacon/1.0