HTTP request execute interceptor to intercept a HttpRequestMessage before it has
been sent. Sample usage is attaching "Authorization" header to a request.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This page provides documentation for the `IHttpExecuteInterceptor` interface, which is part of the Google.Apis.Http namespace within the Google.Apis.Core.dll assembly."],["The `IHttpExecuteInterceptor` interface is designed to intercept an `HttpRequestMessage` before it's sent, allowing for actions such as attaching an \"Authorization\" header."],["The primary method of this interface is `InterceptAsync`, which takes an `HttpRequestMessage` and a `CancellationToken` as parameters and returns a `Task`."],["There are several extension methods available for `IHttpExecuteInterceptor`, including methods to convert it to a `DelegatingHandler`."],["This documentation provides links to various versions of this interface, ranging from the latest (1.69.0) down to version 1.50.0."]]],[]]