[][src]Trait async_graphql::http::GQLHttpRequest

pub trait GQLHttpRequest {
    type Body: AsyncRead + Send + Unpin;
    fn content_type(&self) -> Option<&str>;
fn into_body(self) -> Self::Body; }

Http request trait for GraphQL

Associated Types

Loading content...

Required methods

fn content_type(&self) -> Option<&str>

fn into_body(self) -> Self::Body

Loading content...

Implementors

Loading content...