Skip to content

Instantly share code, notes, and snippets.

@joshk
Created March 24, 2011 16:13
Show Gist options
  • Select an option

  • Save joshk/885323 to your computer and use it in GitHub Desktop.

Select an option

Save joshk/885323 to your computer and use it in GitHub Desktop.
MacRubyHTTP.post("https://our.application.url.com", {
:payload => some_json_payload,
:headers => { 'Content-Type' => 'application/json' }) do |lh|
NSLog(lh.inspect)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment