Lines Matching refs:POST

274   * POST and form updates
277 * The `body` request option no longer accepts an array for POST requests.
350 when sending POST requests, allowing for customized headers. See
493 when creating POST requests to force multipart bodies.
509 * Fixed a bug where multipart/form-data POST fields were not correctly
527 * Fixed a bug that caused multi-part POST requests with more than one field to
537 * Various fixes to multipart/form-data POST uploads
541 * POST headers are only applied before sending a request to allow you to change
555 * Fixed an issue with nested form fields in a multi-part POST
556 * Fixed an issue with using the `json` request option for POST requests
576 * Added the ability to set scalars as POST fields (#628)
582 * 303 redirects will now correctly switch from POST to GET requests.
647 * Added the ability to define a POST name for a file
878 * Added the ability to set multiple POST files for the same key in a single call
921 * You can now send any EntityEnclosingRequest with POST fields or POST files and cURL will handle c…
922 * POST requests using a custom entity body are now treated exactly like PUT requests but with a cus…
923 …means that the redirect behavior of POST requests with custom bodies will not be the same as POST
924 POST fields or files (the latter is only used when emulating a form POST in the browser).
935 * RequestFactory::create() now uses the key of a POST file when setting the POST file name
1109 * Bug: Removing the path to a file when sending a Content-Disposition header on a POST upload
1116 * Added the ability to remove POST fields from OAuth signatures
1157 * Bug: Fixed a case where empty POST requests were sent as GET requests
1176 * POST redirects can now be customized using CURLOPT_POSTREDIR
1215 * Added the ability to set POST fields and files in a service description
1247 * BC: Cleaning up how POST files are stored in EntityEnclosingRequest objects. Adding PostFile clas…
1251 * Bug: Aggregate POST fields when POST files are present in curl handle
1265 * [BC] Refactoring how POST files are stored on an EntityEnclosingRequest. They are now separate fr…
1268 * [Http] Adding support for Content-Type in multipart POST uploads per upload
1270 * Adding more POST data operations for easier manipulation of POST data.
1271 * You can now set empty POST fields.
1272 * The body of a request is only shown on EntityEnclosingRequest objects that do not use POST files.
1288 * Adding checks to EntityEnclosingRequest so that empty POST files and fields are ignored.