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

Content-Type through the extension isn't working #39

Closed marloncarvalho closed 9 years ago

marloncarvalho commented 9 years ago

It works in some situations but isn't working in others. For example, for /beers/1 it's working but for GET /beers/ it isn't working.