Package org.apache.hc.core5.http
Interface Header
-
- All Superinterfaces:
NameValuePair
- All Known Subinterfaces:
FormattedHeader
- All Known Implementing Classes:
BasicHeader,BufferedHeader,HPackHeader
public interface Header extends NameValuePair
Represents an HTTP header field consisting of a field name and a field value.- Since:
- 4.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisSensitive()Returnstrueif the header should be considered sensitive.-
Methods inherited from interface org.apache.hc.core5.http.NameValuePair
getName, getValue
-
-