Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Allow making JSON requests via Guzzle #90

Conversation

weierophinney
Copy link
Member

This patch fixes #87, allowing users to make JSON requests via the GuzzleHttpService. In fact, it goes a step further, and allows passing a fully formed request instance to the GuzzleHttpService constructor, allowing full customization of the request to send.

This patch fixes zendframework#87, allowing users to make JSON requests via the
`GuzzleHttpService`. In fact, it goes a step further, and allows passing
a fully formed request instance to the `GuzzleHttpService` constructor,
allowing full customization of the request to send.
@weierophinney weierophinney force-pushed the feature/87-json-request-bodies branch from 81077ce to 6dc744a Compare June 25, 2018 21:25
@weierophinney weierophinney merged commit 4904554 into zendframework:master Jun 25, 2018
weierophinney added a commit that referenced this pull request Jun 25, 2018
@weierophinney weierophinney deleted the feature/87-json-request-bodies branch June 25, 2018 21:35
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

What if I want to send a JSON body on the request?
1 participant