[][src]Module bdrck::testing::http

http provides testing support for the http submodule.

Structs

TestStubClient

TestStubClient provides an HTTP-client-like interface for unit testing. Instead of interacting with real servers, it loads a previously recorded HTTP session and verifies application behavior against it.