HttpHeader (Azure SDK for Java Reference Documentation)
Michael Gray
Published Feb 16, 2026
public class HttpHeaderextends Object
A single header within a HTTP request or response. If multiple header values are added to a HTTP request or response with the same name (case-insensitive), then the values will be appended to the end of the same Header with commas separating them.
Constructor Summary
Constructors Constructor and Description HttpHeader(String name, String value)Create a HttpHeader instance using the provided name and value.
Method Summary
Constructor Detail
Copyright © 2020 Microsoft Corporation. All rights reserved.