public sealed class HttpHeaderOption : IMessage<HttpHeaderOption>, IEquatable<HttpHeaderOption>, IDeepCloneable<HttpHeaderOption>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class HttpHeaderOption.
Specification determining how headers are added to requests or responses.
If false, headerValue is appended to any values that already exist for the header. If true, headerValue is set for the header, discarding any values that were set for that header. The default value is false.
[[["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-21 UTC."],[[["This webpage provides reference documentation for the `HttpHeaderOption` class within the Google.Cloud.Compute.V1 API, detailing its functionality for managing headers in requests or responses."],["The `HttpHeaderOption` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its integration with the Protobuf framework."],["The latest version of the API documented here is 3.6.0, while the current page focuses on version 2.14.0, offering a comprehensive list of versions spanning from 1.0.0 up to the latest."],["Key properties of the `HttpHeaderOption` class include `HeaderName`, `HeaderValue`, and `Replace`, which allow setting the name and value of a header, as well as determining whether to append or replace existing header values."],["The page has two constructors for HttpHeaderOption, one default constructor, and another which takes in another HttpHeaderOption as a parameter."]]],[]]