Lines Matching refs:bodies
415 * Bug fix: rewind seekable request bodies before dispatching to cURL.
767 * Added the ability to automatically decode `Content-Encoding` response bodies
790 when creating POST requests to force multipart bodies.
828 missing default argument that was required when parsing XML response bodies.
1216 …send any EntityEnclosingRequest with POST fields or POST files and cURL will handle creating bodies
1218 …means that the redirect behavior of POST requests with custom bodies will not be the same as POST …
1339 … StreamInterface to actually make it possible to implement custom rewind behavior for entity bodies
1347 * Adding rewind() method to entity bodies and streams. Allows for custom rewinding of non-repeatabl…
1439 * Added the ability to transfer entity bodies as a string rather than streamed. This gets around cu…
1447 * Added the ability of the MockPlugin to consume mocked request bodies
1561 * You can now use an array of data when creating PUT request bodies in the request factory.
1623 * Rewinding request stream bodies when retrying requests