Lines Matching refs:body

80 * Improvement: Don't include summary in exception message when body is empty [#1621](https://github…
90 * Improvement: Always include the Content-Length if there's a body [#1721](https://github.com/guzzl…
170 multipart body. https://github.com/guzzle/guzzle/pull/1218
208 * Added a better error message for when `body` is provided as an array. Please
277 * The `body` request option no longer accepts an array for POST requests.
301 on the body more generic and not specific to `PostBodyInterface`.
425 body a response once the headers of the response were known. You can implement
429 expectations, and if so, change the actual stream body that is being
472 to decode the response body if it comes over the wire with a
613 * MockAdapter now properly reads a body and emits a `headers` event
633 * Bug: The body of a request can now be set to `"0"`
754 * Changed `Guzzle\Http\ClientInterface::get($uri = null, $headers = null, $body = null)` to
876 * Setting a response on a request will write to the custom request body from the response body if o…
912 the Content-Type can be determined based on the entity body or the path of the request.
922 * POST requests using a custom entity body are now treated exactly like PUT requests but with a cus…
936 * Added xmlAllowEmpty to serialize an XML body even if no XML specific parameters are set
977 * Bug fix: Redirects now use a target response body rather than a temporary response body
984 …response body. For example, the XmlVisitor now parses the XML response into an array in the before…
1029 * Bug: Response body can now be a string containing "0"
1150 * DELETE requests can now send an entity body
1158 …ffPlugin that caused fatal errors when retrying an EntityEnclosingRequest that does not have a body
1159 * Bug: Setting the response body of a request to null after completing a request, not when setting …
1187 …Length is set to 0 before emitting the request.before_send event when sending an empty request body
1272 * The body of a request is only shown on EntityEnclosingRequest objects that do not use POST files.
1329 * Exception is thrown when JSON response body cannot be decoded