conjure-rust
conjure-rust copied to clipboard
Support dynamic configuration of conversion logic
All of the request and response conversion logic is currently hardcoded in conjure_http::private::server. In particular, this includes things like maximum request sizes and supported content types. We may want to make this configurable in a similar way to conjure-java's UndertowRuntime. This could probably be done backwards compatibly with a default type parameter?
The situation is similar on the client side.