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

Parameters in POST body #98

Closed
tobiastom opened this issue Aug 20, 2013 · 2 comments
Closed

Parameters in POST body #98

tobiastom opened this issue Aug 20, 2013 · 2 comments

Comments

@tobiastom
Copy link

Right now every request to upload a file includes the details about the upload.

Having an option to send the parameters like resumableChunkNumber in the HTTP body would simplify the server log files a lot.

@steffentchr
Copy link
Member

I agree about the problems of the server log; but the reason for having the info in the request is that backends aren't able to stream the parsings of the multipart body -- meaning that it can be helpful for implementations to be able to read the request outside of the body. And in trying to keep the interface between client and server side clean, I would hate to add a setting on the client-side that forces more implementation work on the server-side.

@tobiastom
Copy link
Author

I understand your point. But if you make it an optional thing (which is disabled by default) and someone uses it, he would be aware of the server implications.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants