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

Add support for mulitipart file send #97

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Apr 20, 2023

  1. Add support for mulitipart file send

    In the openapi documetation the examples for file upload are with multipart.
    This change trys to support basic case of file(s) in the request body.
    The responisbility to pass correct files for now is passed to the user of the library.
    Mihail Andreev committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    4ec763f View commit details
    Browse the repository at this point in the history