6.0.0
This release moves the responsibility of any client sharing to the user.
Changed
HttpClient
implementations no longerimpl Clone
.- The responsibility for sharing is the user's.
H1Client
can no longer be instatiated viaH1Client {}
.::new()
should be used.