Module mock_request

Module mock_request 

Source
Expand description

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

Structsยง

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