anthracite/tests/test_files/test_request.http
Nicholas Orlowsky f930792a11
Some checks failed
Docker Build & Publish / build (push) Failing after 2s
request parser speed improvements and test updates
2025-02-05 09:07:21 -05:00

16 lines
522 B
HTTP

GET /foo/bar?test=a&test2=b HTTP/1.1
Accept: */*
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Accept-Encoding: gzip,deflate
Accept-Language: fr,fr-fr;q=0.8,en-us;q=0.5,en;q=0.3
Connection: keep-alive
Content-Type: application/x-www-form-urlencoded
Cookie: foo=bar; lorem=ipsum;
Host: example.org
Keep-Alive: 115
Referer: http://example.org/test
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8
X-Requested-With: XMLHttpRequest
{ "test": "content" }