Structs§
- Default
Metrics Callback Provider - Metrics
Handler - Metrics
Make Callback Handler - Metrics
Response Handler - Network
Metrics
Statics§
Traits§
- Metrics
Callback Provider - The trait to be implemented when you want to be notified about a new request and related metrics around it. When a request is performed (up to the point that a response is created) the on_response method is called with the corresponding metrics details. The on_request method will be called when the request is received, but not further processing has happened at this point.