Module cynic::http

source ·
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

Traits

  • ReqwestBlockingExtreqwest-blocking and http-reqwest-blocking
    An extension trait for reqwest::blocking::RequestBuilder.
  • ReqwestExtreqwest and http-reqwest
    An extension trait for reqwest::RequestBuilder.
  • SurfExtsurf and http-surf
    An extension trait for surf::RequestBuilder.