Module http_sig::mock_request

source ·
Expand description

Module containg a mock request type which implements both ClientRequestLike and ServerRequestLike for testing.

Structs

  • A mock request type
  • Generic error returned when the input to from_reader does not look like a HTTP request.