Skip to content

Instantly share code, notes, and snippets.

@pezra
Forked from paul/gist:50081
Created January 21, 2009 18:08
Show Gist options
  • Select an option

  • Save pezra/50085 to your computer and use it in GitHub Desktop.

Select an option

Save pezra/50085 to your computer and use it in GitHub Desktop.
@http.resource.post('/foo') do |r|
r.content_type_header = 'app/xml'
r.accept_header = 'app.xml'
r.x_custom_header = 'foo'
r.body = "<my_elem />"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment