Created
June 21, 2019 04:38
-
-
Save snoopsD/7c07b7a2b5b7d1205acd67edb81b02e6 to your computer and use it in GitHub Desktop.
Plain text
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 -v | |
| * Trying 127.0.0.1... | |
| * TCP_NODELAY set | |
| * Connected to localhost (127.0.0.1) port 9292 (#0) | |
| > GET /tests HTTP/1.1 | |
| > Host: localhost:9292 | |
| > User-Agent: curl/7.58.0 | |
| > Accept: */* | |
| > | |
| < HTTP/1.1 201 Created | |
| < Content-Type: text/plain | |
| < Content-Length: 10 | |
| < | |
| * Connection #0 to host localhost left intact | |
| Plain text |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment