Interface IHttpRequestInterceptor
Defines the contract for intercepting and handling HTTP requests within a browser client.
public interface IHttpRequestInterceptor
Methods
HandleAsync(IRoute)
Asynchronously handles an intercepted HTTP request.
Task HandleAsync(IRoute route)
Parameters
route
IRouteThe route information associated with the intercepted request.
Returns
- Task
A task representing the asynchronous operation of request handling.