In the method `FakeWeb.register_uri` there is a `:body` option but it is related to the `response.body`. How can I define a `request.body` in the way the mocked request has to have this body in order to accomplish the mock? This is for a `post` method.
In the method
FakeWeb.register_urithere is a:bodyoption but it is related to theresponse.body.How can I define a
request.bodyin the way the mocked request has to have this body in order to accomplish the mock?This is for a
postmethod.