We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e78a105 commit a7e5097Copy full SHA for a7e5097
tests/echo1.expect
@@ -2,8 +2,8 @@ listening on http://127.0.0.1:8085
2
echo:
3
{meth=GET; host=localhost:8085;
4
headers=[user-agent: test
5
- accept: */*
6
- host: localhost:8085];
+ Accept: */*
+ Host: localhost:8085];
7
path="/echo/?a=b&c=d"; body=""; path_components=["echo"];
8
query=["c","d";"a","b"]}
9
(query: "c" = "d";"a" = "b")
0 commit comments