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."],[[["The `IHttpExecuteInterceptor` interface allows interception of an `HttpRequestMessage` before it is sent, enabling modifications like adding an \"Authorization\" header."],["It includes a method `InterceptAsync` that is invoked before the request is sent, taking the `HttpRequestMessage` and a `CancellationToken` as parameters."],["The interface is part of the `Google.Apis.Http` namespace within the `Google.Apis.Core.dll` assembly."],["Several versions of the interface are available, ranging from version 1.50.0 to the latest 1.69.0."],["There are extension methods provided, `HttpExtenstions.ToDelegatingHandler`, which are used to convert `IHttpExecuteInterceptor` instances into a `DelegatingHandler` in order to process the request."]]],[]]