rust-http icon indicating copy to clipboard operation
rust-http copied to clipboard

HTTP over UDP friendly

Open davbo opened this issue 11 years ago • 2 comments

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

davbo avatar Apr 25 '14 00:04 davbo

ps. Not sure how this fits with Teepee & thanks for your work on the lib.

davbo avatar Apr 25 '14 00:04 davbo

Rebased

davbo avatar Jun 03 '14 21:06 davbo