-
1.05 s
all_tests.dart
-
1.05 s
Test server support
-
779 ms
query string
-
680 ms
passedGET Simple
-
Test server listening on http://localhost:55407
GET http://localhost:55407/?hello=world
Response: {"body":{},"query":{"hello":"world"}}
-
99 ms
passedGET Complex
-
Test server listening on http://localhost:55409
Body: hello=world&nums%5B%5D=1&nums%5B%5D=2.0&nums%5B%5D=2&map.foo.bar=baz
Response: {"body":{},"query":{"hello":"world","nums":[1,2.0,2],"map":{"foo":{"bar":"baz"}}}}
-
195 ms
urlencoded
-
162 ms
passedPOST Simple
-
Test server listening on http://localhost:55411
Body: hello=world
Response: {"body":{"hello":"world"},"query":{}}
-
33 ms
passedPost Complex
-
Test server listening on http://localhost:55413
-
74 ms
JSON
-
31 ms
passedPost Simple
-
Test server listening on http://localhost:55415
Body: {"hello":"world"}
Response: {"body":{"hello":"world"},"query":{}}
-
43 ms
passedPost Complex
-
Test server listening on http://localhost:55417
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":{}}