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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-05 UTC."],[[["The `IHttpExecuteInterceptor` interface allows for the interception of an `HttpRequestMessage` before it is sent, enabling modifications like adding an \"Authorization\" header."],["This interface is found within the `Google.Apis.Http` namespace and is part of the `Google.Apis.Core.dll` assembly."],["The `InterceptAsync` method is used to perform the interception, taking an `HttpRequestMessage` and a `CancellationToken` as parameters."],["The `InterceptAsync` method returns a `Task`, and the `request` parameter is the HTTP request message being intercepted."],["There are multiple versions of this interface, with version 1.69.0 being the latest and other versions including 1.68.0, 1.60.0, 1.59.0, 1.55.0, and 1.50.0."]]],[]]