Skip to content

Instantly share code, notes, and snippets.

Created September 5, 2014 19:03
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/05deea2c3bb8253aba8f to your computer and use it in GitHub Desktop.
Save anonymous/05deea2c3bb8253aba8f to your computer and use it in GitHub Desktop.
{:ssl-client-cert nil,
:remote-addr "127.0.0.1",
:scheme :http,
:query-params {},
:session {},
:form-params
{"attributes[value]" ["1" "wee"],
"attributes[for]" ["attribute_name" "something_else"],
"label" "Peat Bakke",
"id" "peat"},
:multipart-params {},
:request-method :post,
:query-string nil,
:route-params {},
:content-type "application/x-www-form-urlencoded",
:cookies {},
:uri "/test",
:server-name "0.0.0.0",
:params
{:attributes {:value "wee", :for "something_else"},
:label "Peat Bakke",
:id "peat"},
:headers
{"accept-encoding" "gzip, deflate",
"user-agent" "Ruby",
"content-type" "application/x-www-form-urlencoded",
"content-length" "130",
"accept" "*/*; q=0.5, application/xml",
"host" "0.0.0.0:8080"},
:content-length 130,
:server-port 8080,
:character-encoding nil,
:body #<HttpInput org.eclipse.jetty.server.HttpInput@7d740df7>,
:flash nil}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment