Package com.azure.android.core.http
Class HttpHeader
- java.lang.Object
-
- com.azure.android.core.util.Header
-
- com.azure.android.core.http.HttpHeader
-
public class HttpHeader extends com.azure.android.core.util.Header
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 Description HttpHeader(java.lang.String name, java.lang.String value)
Create a HttpHeader instance using the provided name and value.
-