Expand description
HTTP client support for cynic.
These are hidden behind feature flags by default as HTTP clients are quite heavy dependencies, and there’s several options to choose from.
Enums
The error type returned by
ReqwestExt & ReqwestBlockingExtTraits
ReqwestBlockingExt
reqwest-blocking and http-reqwest-blockingAn extension trait for reqwest::blocking::RequestBuilder.
ReqwestExt
reqwest and http-reqwestAn extension trait for reqwest::RequestBuilder.
SurfExt
surf and http-surfAn extension trait for surf::RequestBuilder.