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

Trait Implementations

impl Debug for TestResponse
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for TestResponse

impl Sync for TestResponse