Before this change some server types would be exported at the
crate root. Now all public server types are exposed from
server::*. Server ReadBody made public, probably an oversight.
For symmetry with the client the ServerFsm was renamed to Fsm.
Also both client and server now export the HTTP Version enum.
More documentation. This is BREAKING CHANGE.
Before this change some server types would be exported at the crate root. Now all public server types are exposed from server::*. Server ReadBody made public, probably an oversight. For symmetry with the client the ServerFsm was renamed to Fsm. Also both client and server now export the HTTP Version enum. More documentation. This is BREAKING CHANGE.