Skip to content

Instantly share code, notes, and snippets.

@LNA
Created February 19, 2015 14:39
Show Gist options
  • Save LNA/6a3f19e6ce4490271a4d to your computer and use it in GitHub Desktop.
Save LNA/6a3f19e6ce4490271a4d to your computer and use it in GitHub Desktop.
Auth Request
GET /logs HTTP/1.1
Authorization: Basic YWRtaW46aHVudGVyMg==
Connection: close
Host: localhost:5000
The request: {Type=GET}
@LNA
Copy link
Author

LNA commented Feb 19, 2015

+!define TEST_RUNNER {/Users/latoyaallen/projects/rubyslim/bin/rubyslim}
+!define SERVER_START_COMMAND {java -jar /Users/latoyaallen/projects/httpServer/jars/httpServer.jar}
+!define PUBLIC_DIR {/Users/latoyaallen/projects/cob_spec/}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment