Class HttpHeaders
java.lang.Object
org.linkedopenactors.rdfpub.adapter.http.HttpHeaders
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The host that do/did the request.static final String
The date.static final String
The Digest of the payload.static final String
The host that do/did the request.static final String
static final String
The This is not only the signature! It's a csv with parameters, among others the signature itself. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionasMap()
void
void
setRequestTarget
(HttpMethod httpMethod, String path) void
setRequestTarget
(HttpMethod httpMethod, URL destination) toString()
-
Field Details
-
SIGNATURE
The This is not only the signature! It's a csv with parameters, among others the signature itself.- See Also:
-
DIGEST
The Digest of the payload.- See Also:
-
DATE
The date.- See Also:
-
HOST
The host that do/did the request.- See Also:
-
CONTENT_TYPE
The host that do/did the request.- See Also:
-
REQUEST_TARGET
- See Also:
-
-
Constructor Details
-
HttpHeaders
public HttpHeaders()
-
-
Method Details