rustack-sts-http 0.8.0

STS HTTP service layer for Rustack (awsQuery protocol)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! 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`.

pub mod body;
pub mod dispatch;
pub mod request;
pub mod response;
pub mod router;
pub mod service;