Open
Description
The requiresLength trait helps clarify what streaming operations require a known Content-Length
even though they take a streaming input. Not many models seem to support this yet but nevertheless we should predicate off of it and either customize serialization or add a middleware that validates the request can be satisfied.