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."],[[["\u003cp\u003eThis webpage provides documentation for the \u003ccode\u003eIHttpExecuteInterceptor\u003c/code\u003e interface within the Google.Apis.Http namespace, specifically for version 1.59.0 and shows other versions of the same documentation.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eIHttpExecuteInterceptor\u003c/code\u003e interface allows interception of an \u003ccode\u003eHttpRequestMessage\u003c/code\u003e before it's sent, which is useful for adding headers like "Authorization" to a request.\u003c/p\u003e\n"],["\u003cp\u003eThe interface has one method, \u003ccode\u003eInterceptAsync\u003c/code\u003e, which is invoked before the request is sent and takes an \u003ccode\u003eHttpRequestMessage\u003c/code\u003e and a \u003ccode\u003eCancellationToken\u003c/code\u003e as parameters.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eInterceptAsync\u003c/code\u003e method returns a \u003ccode\u003eTask\u003c/code\u003e and does not have a return value, as it's designed for pre-request manipulation rather than producing a result.\u003c/p\u003e\n"],["\u003cp\u003eThe documentation references an extension method, \u003ccode\u003eUtilities.ThrowIfNull<T>(T, String)\u003c/code\u003e, although it's not directly part of the interface, but related to the assembly in which this interface is found, Google.Apis.Core.dll.\u003c/p\u003e\n"]]],[],null,[]]