John Howard
John Howard
``` // It is expected that implementations will buffer the request body up to // `forwardBody.maxSize` bytes. Bodies over that size must be rejected with a // 4xx series error...
Otherwise it cannot be passed as these options are required **What type of PR is this?** /area conformance-test **What this PR does / why we need it**: **Which issue(s) this...
**What would you like to be added**: An extensionRef (or other) mechanism in HTTPRoute to allow implementations to have custom matching mechanisms. **Why this is needed**: As a generic example,...
### Would you like to work on this feature? maybe ### What problem are you trying to solve? I would like to subscribe to a shared stream after a reflector...
### Describe the feature `aws_smithy_experimental` currently requires you to specify a CryptoMode - Ring, AwsLc, or AwsLcFips. Internally this gets translated into an ```rust #[derive(Clone)] enum Inner { Standard(CryptoMode), #[allow(dead_code)]...