Module http_string

Module http_string 

Source
Expand description

String codec for HTTP bindings (headers, query params, URI labels).

Structsยง

HttpStringCodec
HTTP string codec for serializing/deserializing to/from strings.
HttpStringCodecError
Error type for HTTP string serialization/deserialization.
HttpStringDeserializer
Deserializer for parsing Smithy types from strings.
HttpStringSerializer
Serializer for converting Smithy types to strings (for HTTP headers, query params, labels).