Layer that will be stacked on top of the Hyper client.
| 48 | |
| 49 | // Layer that will be stacked on top of the Hyper client. |
| 50 | struct RequestModifyingLayer; |
| 51 | |
| 52 | // Implement the `Layer` trait for the custom layer. |
| 53 | impl<S> Layer<S> for RequestModifyingLayer { |
nothing calls this directly
no outgoing calls
no test coverage detected