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 the support for multipart/form-data in python service and engine #751

Merged
merged 4 commits into from
Aug 7, 2019

Conversation

klalit
Copy link
Contributor

@klalit klalit commented Aug 3, 2019

Implements #733

All of the keys in SeldonMessage can be passed using "multipart/form-data". This gives the flexibility to load the data in "binData" or "strData" directly from file. The consumers don't have to read the data, do base64 encoding and pass it to the api.

@gsunner
Copy link
Contributor

gsunner commented Aug 7, 2019

this is similar to the previous PR that was tested, so will merge

@gsunner gsunner merged commit 9138b99 into SeldonIO:master Aug 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants