orangy
respond
function from different (response) package
– use call.receive
instead of call.request.receive
– call-level interceptors are now using PipelineContext<Unit>
instead of PipelineContext<ApplicationCall>
, call
is a property of a context, might need updating some code.
If you are using low-level stuff, ask me specific questions 🙂
Now, with send/receive pipelines, road is paved to proper serialisation, content negotiation, REST and such. GsonSupport
is an experimental feature that uses it. We will be working on it during next sprint.