Table of Contents

Interface IHttpRequestInterceptor

Namespace
Xping.Sdk.Core.Clients.Browser
Assembly
Xping.Sdk.Core.dll

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 IRoute

The route information associated with the intercepted request.

Returns

Task

A task representing the asynchronous operation of request handling.