A normal HTTP request may look something like this:
GET / HTTP/1.1 Host: example.com
I would like to change the first line of this request, with a custom one, e.g.:
FOOBAR NOT REALLY HTTP Host: example.com
Is it possible to do this using curl or this there another tool, capable of doing this?
