Skip to content

Instantly share code, notes, and snippets.

@jwinter
Created March 19, 2014 19:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jwinter/7c660e16ccef4d6ad5d8 to your computer and use it in GitHub Desktop.
Save jwinter/7c660e16ccef4d6ad5d8 to your computer and use it in GitHub Desktop.
$ curl -vv -X OPTIONS http://localhost:8080/cs/alive
* About to connect() to localhost port 8080 (#0)
* Trying 127.0.0.1... connected
* Connected to localhost (127.0.0.1) port 8080 (#0)
> OPTIONS /cs/alive HTTP/1.1
> User-Agent: curl/7.19.7 (x86_64-redhat-linux-gnu) libcurl/7.19.7 NSS/3.14.0.0 zlib/1.2.3 libidn/1.18 libssh2/1.4.2
> Host: localhost:8080
> Accept: */*
>
< HTTP/1.1 200 OK
< Server: Apache-Coyote/1.1
< Allow: GET, HEAD, POST, PUT, DELETE, OPTIONS
< Content-Length: 0
< Date: Wed, 19 Mar 2014 19:57:52 GMT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment