macchiato-framework / macchiato-core

Ring style HTTP server abstraction for Node.js
MIT License
378 stars 35 forks source link

Allow to use sorted maps as response bodies #11

Closed facundoolano closed 7 years ago

facundoolano commented 7 years ago

I was trying to return a sorted JSON response by setting a (sorted-map) in the body and noticed that requires PersistentTreeMap implementing the IHTTPResponseWriter protocol to work.

yogthos commented 7 years ago

👍