spring-framework
spring-framework copied to clipboard
Support for RSocket per-stream data MIME type extension
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.
I'll work on it
This would be useful for the RSocket Routing Broker