Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for local request headers #742

Merged
merged 1 commit into from
Feb 19, 2016

Conversation

kcdragon
Copy link

Allows you to pass in headers to the Savon::Client#call method in the same way as global headers. These headers will be sent with the request.

client.call(endpoint, headers: { 'foo' => 'bar' }) do
  ...
end

@tjarratt
Copy link
Contributor

Thanks for submitting this pull request @kcdragon! I appreciate you taking the time to improve Savon.

tjarratt added a commit that referenced this pull request Feb 19, 2016
@tjarratt tjarratt merged commit 902dfcb into savonrb:master Feb 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants