http-rs / http-types

Common types for HTTP operations
https://docs.rs/http-types
Apache License 2.0
200 stars 83 forks source link

stabilize upgrade in response #292

Closed pepoviola closed 3 years ago

pepoviola commented 3 years ago

Hi @yoshuawuyts / @jbr, I start working in an example using websocket based on littoral and I found that some changes are needed in this branch stabilize-upgrade to support ws.

I tested ok in my example but let me know if something is wrong, thanks for the awesome job!!! 🙌

jbr commented 3 years ago

refs: #291

jbr commented 3 years ago

291 doesn't work without this, and this is a pr into #291. There is no reason to merge #291 without this

Fishrock123 commented 3 years ago

Oh, guess i had it backwards then 😅