Expand description
SES HTTP service implementing the hyper Service trait.
SES v1 uses the awsQuery protocol (form-urlencoded request, XML response).
SES v2 uses restJson1 (JSON request/response, path-based routing).
Structsยง
- SesHttp
Config - Configuration for the SES HTTP service.
- SesHttp
Service - Hyper
Serviceimplementation for SES v1 (awsQuery).