X-Git-Url: http://nitlanguage.org diff --git a/tests/sav/test_nitcorn.res b/tests/sav/test_nitcorn.res index 6e77d2e..9ee42f3 100644 --- a/tests/sav/test_nitcorn.res +++ b/tests/sav/test_nitcorn.res @@ -26,6 +26,11 @@ POST args: i:0123, s:asdf Method: GET, URI: /simple_answer, trailing: / Cookie: i:0123, s:asdf +[Client] curl -s localhost:*****/simple_answer --get --data-urlencode 's=b b' +[Response] Simple answer +Method: GET, URI: /simple_answer, trailing: / +GET args: s:b b + [Client] curl -s localhost:*****/params_answer/0123/asdf [Response] Simple answer Method: GET, URI: /params_answer/0123/asdf, trailing: /