You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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. Buthttp_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
?The text was updated successfully, but these errors were encountered: