You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rust-curl was dropped as an HTTP library in favor of
hyper. hyper-nativetls was added as well to support
tls connections.
All valid rust-curl useages were removed, however the skeleton
code for various non-organization resources was left in place.
Only rust-curl specific code was removed.
This issue addresses #5 .
Due to rust_curl's lack of
DELETE
andPATCH
HTTP support, a change is needed to move over to hyper before we go to far down the path with rust_curl.Hyper
The text was updated successfully, but these errors were encountered: