Created
June 21, 2019 04:42
-
-
Save snoopsD/a3bcacec41406a8efc14dabf16c902ea to your computer and use it in GitHub Desktop.
id 101
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| curl --url localhost:9292/tests/101 -v | |
| * Trying 127.0.0.1... | |
| * TCP_NODELAY set | |
| * Connected to localhost (127.0.0.1) port 9292 (#0) | |
| > GET /tests/101 HTTP/1.1 | |
| > Host: localhost:9292 | |
| > User-Agent: curl/7.58.0 | |
| > Accept: */* | |
| > | |
| < HTTP/1.1 200 OK | |
| < Content-Type: text/plain | |
| < Content-Length: 12 | |
| < | |
| * Connection #0 to host localhost left intact | |
| Test id: 101 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment