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 for intercepting an `HttpRequestMessage` before it is sent, enabling modifications like adding an \"Authorization\" header."],["The `InterceptAsync` method is invoked prior to sending the request, accepting both an `HttpRequestMessage` and a `CancellationToken` as parameters."],["The `InterceptAsync` method returns a `Task`, indicating it operates asynchronously."],["This interface is located within the `Google.Apis.Http` namespace and is part of the `Google.Apis.Core.dll` assembly, version 1.55.0."],["The latest version of this interface is 1.69.0, while the content provides links to documentation for versions dating back to 1.50.0."]]],[]]