Expand description
EST operation router combining all RFC 7030 endpoints.
Builds the sub-router for EST operations with:
- Content-Type enforcement middleware (reject wrong content types per RFC 7030 §4)
- Base64 transfer encoding enforcement per RFC 8951
- Error response formatting per RFC 7030 §4.2.3
Modules§
- content_
types - EST content types defined in RFC 7030 §4.
Functions§
- decode_
est_ base64 - Decode a base64-encoded EST request body.
- encode_
est_ base64 - Encode DER bytes as base64 for an EST response body.
- est_
error_ response - Build an EST error response per RFC 7030 §4.2.3.
- est_
router - Build the EST sub-router with all RFC 7030 operation endpoints.