http-rs / http-types

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

make it so upgrade connections can be built from the outside #287

Closed jbr closed 3 years ago

jbr commented 3 years ago

This (the creation of a Connection) will only ever be used in one place probably, so it's not worth adding an Into. I think this code probably could be simplified, but that's not what this PR is about