Skip to main content

Module service

Module service 

Source
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ยง

SesHttpConfig
Configuration for the SES HTTP service.
SesHttpService
Hyper Service implementation for SES v1 (awsQuery).