Trait juniper::http::tests::HTTPIntegration [−][src]
pub trait HTTPIntegration {
fn get(&self, url: &str) -> TestResponse;
fn post(&self, url: &str, body: &str) -> TestResponse;
}Normalized way to make requests to the http framework integration we are testing.