-
656 ms
Test server support
-
477 ms
query string
-
477 ms
passedGET Simple
-
Test server listening on http://localhost:62263
GET http://localhost:62263/?hello=world
Response: {"body":{},"query":{"hello":"world"}}
-
ignoredGET Complex
-
53 ms
urlencoded
-
53 ms
passedPOST Simple
-
Test server listening on http://localhost:62265
Body: hello=world
Response: {"body":{"hello":"world"},"query":{}}
-
ignoredPost Complex
-
126 ms
JSON
-
85 ms
passedPost Simple
-
Test server listening on http://localhost:62267
Body: {"hello":"world"}
Response: {"body":{"hello":"world"},"query":{}}
-
41 ms
passedPost Complex
-
Test server listening on http://localhost:62269
Body: {"hello":"world","nums":[1,2.0,2],"map":{"foo":{"bar":"baz"}}}
Response: {"body":{"hello":"world","nums":[1,2.0,2],"map":{"foo":{"bar":"baz"}}},"query":{}}