Lines Matching refs:files

532 * A `save_to` stream is now created lazily, which means that files are not
878 * Added the ability to set multiple POST files for the same key in a single call
882 * Configuration loading now allows remote files
921 * You can now send any EntityEnclosingRequest with POST fields or POST files and cURL will handle c…
924 POST fields or files (the latter is only used when emulating a form POST in the browser).
934 * Bug fix: Removed the possibility of creating configuration files with circular dependencies
1034 * Added better mimetype guessing to requests and post files
1079 * Removed support for XML configs and descriptions. Use arrays or JSON files.
1127 in service builder config files.
1128 * Services defined in two different config files that include one another will by default replace t…
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…
1269 * [Http] Added support for uploading multiple files using the same name (foo[0], foo[1])
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.
1316 * Adding the ability to include other service builder config files from within XML and JSON files