rust-http
rust-http copied to clipboard
HTTP over UDP friendly
I'm working on a library in Rust for use with the UPnP discovery protocol SSDP. This uses HTTP-ish over UDP.
No longer requires a specific TcpStream in the BufferedStream so it's possible to use your MemReaderFakeStream.
FYI - these changes are working here: https://github.com/davbo/rust-ssdp/blob/master/src/lib.rs#L36
ps. Not sure how this fits with Teepee & thanks for your work on the lib.
Rebased