aws-smithy-protocol-test

Crates.ioaws-smithy-protocol-test
lib.rsaws-smithy-protocol-test
version0.63.0
sourcesrc
created_at2021-10-20 22:40:02.717792
updated_at2024-10-03 10:10:53.402049
descriptionA collection of library functions to validate HTTP requests against Smithy protocol tests.
homepage
repositoryhttps://github.com/smithy-lang/smithy-rs
max_upload_size
id468154
size55,548
AWS SDK Rust Bot (aws-sdk-rust-ci)

documentation

README

Smithy Protocol Tests

This library implements utilities for validating serializers & deserializers against Smithy protocol tests. Specifically, this crate includes support for:

  • MediaType-aware comparison for XML, JSON and AWS Query.
  • NaN/Infinty supporting floating point comparisons.
  • HTTP header & query string validators.

This crate is part of the AWS SDK for Rust and the smithy-rs code generator. In most cases, it should not be used directly.

Commit count: 2705

cargo fmt