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

POST method #503

Open
ab2022 opened this issue Apr 24, 2024 · 0 comments
Open

POST method #503

ab2022 opened this issue Apr 24, 2024 · 0 comments

Comments

@ab2022
Copy link

ab2022 commented Apr 24, 2024

Release 4.0.8. Does lsquic support POST? I'd like to use the http_server example program to process POST requests and write the incoming data sent by a POST from the client to a local file. This feature to upload files using POST is needed for my use case.

The http_client does support POSTs and has command line options to specify them. But http_server only has read and write to stream, nothing I can see for read from stream and write to file.

If I tired to add it would there be changes needed to lsquic lib? Or can it be done all in http_server.c?

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