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

[Question] does vex support streaming uploads #47

Open
ChewingBever opened this issue Jan 9, 2022 · 0 comments
Open

[Question] does vex support streaming uploads #47

ChewingBever opened this issue Jan 9, 2022 · 0 comments

Comments

@ChewingBever
Copy link

Hi everyone

So I want to re-make one of my Python projects in V, and for that I have one big requirement: I need to be able to stream data to the server using a PUT or a POST request. The application I'm building will be the upload point for CI output that could reach a gigabyte in size, and I'd like to be able to stream multiple of these files at once to the server without having to completely load the file into memory. I tried this using vweb & discovered that vweb does try to load the entire file into memory, so I'd like to try vex, but only if it does support this feature.

tl;dr would vex load an entire file into memory when it's sent using a PUT request?

Thanks in advance!

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

1 participant