Replies: 1 comment
-
An fn hello<B>(req: Request<B>) -> Result<Response<MyRespBody>, MyError>
where
B: Body,
{
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am upgrading to version 1, so I must modify my tests. I am having trouble mocking Request. Previously, it was easy to mock a Request and set a body. Please, could you give me any advice? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions