Module bdrck::testing::http

source ·
Expand description

http provides testing support for the http submodule.

Structs

  • 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.