marloncarvalho / darter

Simple and Efficient framework for creating RESTful APIs in Dart.
BSD 3-Clause "New" or "Revised" License
7 stars 1 forks source link

Darter ignores Accept header #17

Closed marloncarvalho closed 9 years ago

marloncarvalho commented 9 years ago

It's not respecting the Accept header content. Currently, this header is used only to inform the version but it should be used to handle the desired response format.