Struct juniper::http::tests::TestResponse[][src]

pub struct TestResponse {
    pub status_code: i32,
    pub body: Option<String>,
    pub content_type: String,
}

Normalized response content we expect to get back from the http framework integration we are testing.

Fields

Auto Trait Implementations

impl Send for TestResponse

impl Sync for TestResponse