Skip to content

Instantly share code, notes, and snippets.

@snoopsD
Created June 21, 2019 04:38
Show Gist options
  • Select an option

  • Save snoopsD/7c07b7a2b5b7d1205acd67edb81b02e6 to your computer and use it in GitHub Desktop.

Select an option

Save snoopsD/7c07b7a2b5b7d1205acd67edb81b02e6 to your computer and use it in GitHub Desktop.
Plain text
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