[[["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\u003eThe \u003ccode\u003eHttpOptions\u003c/code\u003e class, found in the \u003ccode\u003eGoogle.Apps.Script.Type\u003c/code\u003e namespace, is used to configure options for HTTP requests sent to add-on endpoints.\u003c/p\u003e\n"],["\u003cp\u003eThis class is a part of the \u003ccode\u003eGoogle.Apps.Script.Type.dll\u003c/code\u003e assembly and the latest version is 2.3.0, with versions ranging back to 1.0.0 available.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eHttpOptions\u003c/code\u003e inherits from \u003ccode\u003eobject\u003c/code\u003e and implements \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e interfaces, having \u003ccode\u003eGetHashCode()\u003c/code\u003e, \u003ccode\u003eGetType()\u003c/code\u003e, and \u003ccode\u003eToString()\u003c/code\u003e as inherited members.\u003c/p\u003e\n"],["\u003cp\u003eThe class has two constructors, one parameterless and one that takes another \u003ccode\u003eHttpOptions\u003c/code\u003e instance as a parameter, and it also contains the \u003ccode\u003eAuthorizationHeader\u003c/code\u003e property for configuring the token that is sent in the Authorization header.\u003c/p\u003e\n"]]],[],null,["# Google.Apps.Script.Type - Class HttpOptions (2.3.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.3.0 (latest)](/dotnet/docs/reference/Google.Apps.Script.Type/latest/Google.Apps.Script.Type.HttpOptions)\n- [2.2.0](/dotnet/docs/reference/Google.Apps.Script.Type/2.2.0/Google.Apps.Script.Type.HttpOptions)\n- [2.1.0](/dotnet/docs/reference/Google.Apps.Script.Type/2.1.0/Google.Apps.Script.Type.HttpOptions)\n- [2.0.0](/dotnet/docs/reference/Google.Apps.Script.Type/2.0.0/Google.Apps.Script.Type.HttpOptions)\n- [1.1.0](/dotnet/docs/reference/Google.Apps.Script.Type/1.1.0/Google.Apps.Script.Type.HttpOptions)\n- [1.0.0](/dotnet/docs/reference/Google.Apps.Script.Type/1.0.0/Google.Apps.Script.Type.HttpOptions) \n\n public sealed class HttpOptions : IMessage\u003cHttpOptions\u003e, IEquatable\u003cHttpOptions\u003e, IDeepCloneable\u003cHttpOptions\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Google.Apps.Script.Type class HttpOptions.\n\nOptions for sending requests to add-on HTTP endpoints \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e HttpOptions \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[HttpOptions](/dotnet/docs/reference/Google.Apps.Script.Type/latest/Google.Apps.Script.Type.HttpOptions), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[HttpOptions](/dotnet/docs/reference/Google.Apps.Script.Type/latest/Google.Apps.Script.Type.HttpOptions), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[HttpOptions](/dotnet/docs/reference/Google.Apps.Script.Type/latest/Google.Apps.Script.Type.HttpOptions), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Apps.Script.Type](/dotnet/docs/reference/Google.Apps.Script.Type/latest/Google.Apps.Script.Type)\n\nAssembly\n--------\n\nGoogle.Apps.Script.Type.dll\n\nConstructors\n------------\n\n### HttpOptions()\n\n public HttpOptions()\n\n### HttpOptions(HttpOptions)\n\n public HttpOptions(HttpOptions other)\n\nProperties\n----------\n\n### AuthorizationHeader\n\n public HttpAuthorizationHeader AuthorizationHeader { get; set; }\n\nConfiguration for the token sent in the HTTP Authorization header"]]