Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[rust-server] Drop file support #547

Merged
merged 2 commits into from
Jul 23, 2018

Commits on Jul 19, 2018

  1. [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.
    Benjamin Gill committed Jul 19, 2018
    Configuration menu
    Copy the full SHA
    b369901 View commit details
    Browse the repository at this point in the history
  2. Remove all remaining uses of hasFile

    Benjamin Gill committed Jul 19, 2018
    Configuration menu
    Copy the full SHA
    dc77c10 View commit details
    Browse the repository at this point in the history