Skip to main content

Crate rustack_sqs_http

Crate rustack_sqs_http 

Source
Expand description

SQS HTTP service layer for Rustack.

This crate implements the HTTP transport for SQS, handling:

  • Request routing via X-Amz-Target: AmazonSQS.* header
  • JSON request/response serialization (awsJson1_0 protocol)
  • Error formatting with x-amzn-query-error compatibility header
  • Optional SigV4 authentication

Modulesยง

body
SQS HTTP response body type.
dispatch
SQS handler trait and operation dispatch.
response
SQS response serialization and error formatting.
router
SQS request router.
service
SQS HTTP service implementing the hyper Service trait.