Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save snoopsD/a3bcacec41406a8efc14dabf16c902ea to your computer and use it in GitHub Desktop.
id 101
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