openapi-generator/samples/server
Benjamin Gill a9961a062a [rust-server] Drop file support (#547)
* [rust-server] drop 'file' support

In swagger v2, we had 'binary', 'byte', and 'file'. OpenAPI v3 only has
the former two. This commit drops the old 'file' handling. This has the
side-effect of removing a half-complete implementation of form parameter handling.

This removes the ability to send files as streams, so will make life
harder for those wishing to send large files without running out of
memory.

* Remove all remaining uses of `hasFile`
2018-07-23 18:46:35 +08:00
..
petstore [rust-server] Drop file support (#547) 2018-07-23 18:46:35 +08:00
petstore-security-test [Slim] Generation of UnitTest stubs (#566) 2018-07-16 14:25:48 +09:00