Package io.deeplumen.ucp.helpers
Class UcpHeaders
java.lang.Object
io.deeplumen.ucp.helpers.UcpHeaders
UCP-related HTTP header names.
These constants are optional conveniences and do not implement any transport logic. They are provided to reduce typos and keep header names consistent across integrations.
Usage:
requestBuilder
.header(UcpHeaders.UCP_AGENT, "profile=\"...\"; version=\"2026-01-11\"")
.header(UcpHeaders.REQUEST_ID, UUID.randomUUID().toString());
-
Field Details
-
UCP_AGENT
- See Also:
-
REQUEST_SIGNATURE
- See Also:
-
IDEMPOTENCY_KEY
- See Also:
-
REQUEST_ID
- See Also:
-
API_KEY
- See Also:
-