HTTP read incomplete data
Posted: Wed Nov 01, 2023 7:27 pm
It would be nice if there was a way to read http request data before it was complete.
There are cases like audio streams, etc. that would never quite end, or getting only a chunk of a huge file, that would be really useful to be able to do without making a raw connection and parsing raw data, which even then works only for cases that don't use SSL.
There are cases like audio streams, etc. that would never quite end, or getting only a chunk of a huge file, that would be really useful to be able to do without making a raw connection and parsing raw data, which even then works only for cases that don't use SSL.