Package org.zalando.fahrschein.http.api
Interface Headers
- All Known Implementing Classes:
HeadersImpl
public interface Headers
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidlongvoidvoidsetContentLength(long contentLength) voidsetContentType(ContentType contentType)
-
Field Details
-
AUTHORIZATION
- See Also:
-
CONTENT_LENGTH
- See Also:
-
TRANSFER_ENCODING
- See Also:
-
CONTENT_TYPE
- See Also:
-
CONTENT_ENCODING
- See Also:
-
ACCEPT_ENCODING
- See Also:
-
USER_AGENT
- See Also:
-
-
Method Details
-
get
-
add
-
put
-
getFirst
-
headerNames
-
getContentLength
long getContentLength() -
setContentLength
void setContentLength(long contentLength) -
getContentType
ContentType getContentType() -
setContentType
-