mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2025-12-06 03:05:29 -05:00
test: update test
This commit is contained in:
parent
173e5fef6e
commit
4c8cc8ba5a
1 changed files with 2 additions and 2 deletions
|
|
@ -2,8 +2,8 @@ listening on http://127.0.0.1:8085
|
||||||
echo:
|
echo:
|
||||||
{meth=GET; host=localhost:8085;
|
{meth=GET; host=localhost:8085;
|
||||||
headers=[user-agent: test
|
headers=[user-agent: test
|
||||||
accept: */*
|
Accept: */*
|
||||||
host: localhost:8085];
|
Host: localhost:8085];
|
||||||
path="/echo/?a=b&c=d"; body=""; path_components=["echo"];
|
path="/echo/?a=b&c=d"; body=""; path_components=["echo"];
|
||||||
query=["c","d";"a","b"]}
|
query=["c","d";"a","b"]}
|
||||||
(query: "c" = "d";"a" = "b")
|
(query: "c" = "d";"a" = "b")
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue