IntegrityHeaderTrait
Content integrity / digest HTTP header names (RFC 9530).
Mixed into HttpHeader.
Tags
Table of Contents
Constants
- CONTENT_DIGEST : string = 'Content-Digest'
- `Content-Digest` — Digest of the actual message content (RFC 9530).
- REPR_DIGEST : string = 'Repr-Digest'
- `Repr-Digest` — Digest of the selected representation, independent of encoding (RFC 9530).
- WANT_CONTENT_DIGEST : string = 'Want-Content-Digest'
- `Want-Content-Digest` — Requests a `Content-Digest` in the response (RFC 9530).
- WANT_REPR_DIGEST : string = 'Want-Repr-Digest'
- `Want-Repr-Digest` — Requests a `Repr-Digest` in the response (RFC 9530).
Constants
CONTENT_DIGEST
`Content-Digest` — Digest of the actual message content (RFC 9530).
public
string
CONTENT_DIGEST
= 'Content-Digest'
REPR_DIGEST
`Repr-Digest` — Digest of the selected representation, independent of encoding (RFC 9530).
public
string
REPR_DIGEST
= 'Repr-Digest'
WANT_CONTENT_DIGEST
`Want-Content-Digest` — Requests a `Content-Digest` in the response (RFC 9530).
public
string
WANT_CONTENT_DIGEST
= 'Want-Content-Digest'
WANT_REPR_DIGEST
`Want-Repr-Digest` — Requests a `Repr-Digest` in the response (RFC 9530).
public
string
WANT_REPR_DIGEST
= 'Want-Repr-Digest'