codingchili / chili-core

Reactive framework for creating transport & storage-transparent microservices with Vert.x
https://codingchili.github.io/chili-core/
MIT License
14 stars 5 forks source link

Support alternate data formats in transports - yaml/xml and pluggable #205

Closed codingchili closed 6 years ago

codingchili commented 6 years ago

Make sure to also support binary formats. The content type must be stored in the request, map object on write. Replace Request::data() with an interface that supports the same methods as the current JsonObject.

codingchili commented 6 years ago

There's not enough time for this.