spring-projects / spring-framework

Spring Framework
https://spring.io/projects/spring-framework
Apache License 2.0
56.25k stars 37.98k forks source link

Support for RSocket per-stream data MIME type extension #26379

Open rstoyanchev opened 3 years ago

rstoyanchev commented 3 years ago

At present there can be only one data MIME for the every request/stream on the connection. This is negotiated in the SETUP frame. The Stream Data MIME Types Metadata Extension defines a way to declare the data MIME type for a specific request/stream. This includes a MIME type for the request input and an "acceptable" MIME type for the response.

rudy2steiner commented 3 years ago

I'll work on it

spencergibb commented 3 years ago

This would be useful for the RSocket Routing Broker