conjure-rust icon indicating copy to clipboard operation
conjure-rust copied to clipboard

Support dynamic configuration of conversion logic

Open sfackler opened this issue 3 years ago • 1 comments

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?

sfackler avatar Mar 16 '22 15:03 sfackler

The situation is similar on the client side.

sfackler avatar Mar 16 '22 16:03 sfackler