Skip to content

Instantly share code, notes, and snippets.

@texel
Created November 13, 2010 23:12
Show Gist options
  • Select an option

  • Save texel/675732 to your computer and use it in GitHub Desktop.

Select an option

Save texel/675732 to your computer and use it in GitHub Desktop.
HotCocoa::URLConnection.get('http://google.com') do |c|
c.success { success_callback }
c.failure { failure_callback }
c.error { |e| error_handler.call_something e }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment