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

Upload files directly in request content. #57

Open
warownia1 opened this issue Jul 10, 2019 · 0 comments
Open

Upload files directly in request content. #57

warownia1 opened this issue Jul 10, 2019 · 0 comments

Comments

@warownia1
Copy link
Collaborator

Streaming data directly in the request content seems more appropriate for uploading files than sending multipart forms.

Flask can use Request.data or Request.stream -- documentation
Apache http.client has corresponding FileEntity and InputStreamEntity -- tutorial
Python requests has request.post(url, data=fp) -- docs

Changing submission method should not change method definitions in the slivka client

@warownia1 warownia1 changed the title Upload files using streams. Upload files directly in request content. Oct 26, 2021
@warownia1 warownia1 moved this to Featue Ideas in Slivka 0.8 release Apr 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Feature Ideas
Development

No branches or pull requests

1 participant