Expand description
Module containg a mock request type which implements both
ClientRequestLike and ServerRequestLike for testing.
Structsยง
- Mock
Request - A mock request type
- Parse
Error - Generic error returned when the input to
from_readerdoes not look like a HTTP request.