View Source OneAndDone.Errors.PlugUnfetchedBodyError exception (One and Done v0.1.5)

Raised when a request's body has not been fetched.

We compare each request body to the original request body to ensure that the request body has not been modified. If the body has not been fetched, we cannot compare it to the original request body, so we raise this error.