Struct gotham::test::TestConnect [] [src]

pub struct TestConnect { /* fields omitted */ }

TestConnect represents the connection between a test client and the TestServer instance that created it. This type should never be used directly.

Trait Implementations

impl Service for TestConnect
[src]

Requests handled by the service.

Errors produced by the service.

Responses given by the service.

The future response value.

Process the request and return the response asynchronously.