pub trait Inject { // Required method fn inject(&self, req: &mut Request<SgBody>) -> BoxResult<()>; }
Inject the request with some data.
If the injection fails.