Skip to main content

Crate rustack_sts_http

Crate rustack_sts_http 

Source
Expand description

STS HTTP service layer for Rustack (awsQuery protocol).

STS uses the awsQuery protocol, identical wire format to SNS. Requests are application/x-www-form-urlencoded with Action=<op> dispatch. Responses are text/xml. Gateway routing uses SigV4 service=sts.

Modulesยง

body
STS HTTP response body type.
dispatch
STS handler trait and operation dispatch.
request
STS awsQuery request parameter parsing utilities.
response
STS XML response formatting and error serialization.
router
STS request router.
service
STS HTTP service implementing the hyper Service trait.