Skip to content

Instantly share code, notes, and snippets.

Created June 18, 2017 07:54
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 anonymous/7174a5898336874f1178a7c7ad3cfeeb to your computer and use it in GitHub Desktop.
Save anonymous/7174a5898336874f1178a7c7ad3cfeeb to your computer and use it in GitHub Desktop.
[root@gru ~]# curl -i http://localhost:8000/
HTTP/1.1 200 OK
Content-Length: 146
Access-Control-Expose-Headers: GET, POST
Vary: Accept-Encoding
Server: CherryPy/unknown
Allow: GET, HEAD, POST
Access-Control-Allow-Credentials: true
Date: Sun, 18 Jun 2017 07:53:51 GMT
Access-Control-Allow-Origin: *
Content-Type: application/json
Set-Cookie: session_id=d57a3d954c8151c43d9007ace881205c36ea2fe4; expires=Sun, 18 Jun 2017 17:53:51 GMT; Path=/
{"clients": ["local", "local_async", "local_batch", "local_subset", "runner", "runner_async", "ssh", "wheel", "wheel_async"], "return": "Welcome"}[root@gru ~]#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment