Expand description
SES HTTP service layer for Rustack.
SES v1 uses the awsQuery protocol (same as SNS): requests are
application/x-www-form-urlencoded with Action=<op> dispatch,
responses are text/xml.
SES v2 uses restJson1 with path-based routing under /v2/email/.
Modulesยง
- body
- SES HTTP response body type.
- dispatch
- SES handler trait and operation dispatch.
- request
- SES
awsQueryrequest parameter parsing utilities. - response
- SES XML response formatting and error serialization.
- router
- SES v1 request router.
- service
- SES HTTP service implementing the hyper
Servicetrait. - v2
- SES v2 HTTP handler (restJson1 protocol).