toggle menu
Fuzio
2026.1.0
jvm
switch theme
search in API
Fuzio
/
tech.fuzio.net
/
HttpHeader
Http
Header
public
interface
HttpHeader
An HTTP header.
Members
Functions
name
Link copied to clipboard
public
String
name
(
)
Returns a string that represents the HTTP header name.
of
Link copied to clipboard
public
static
HttpHeader
of
(
String
name
,
String
value
)
Returns an instance of the
HttpHeader
with the given
name
and
value
.
value
Link copied to clipboard
public
String
value
(
)
Returns a string that represents the HTTP header value.