tumblr / colossus

I/O and Microservice library for Scala
Apache License 2.0
1.14k stars 96 forks source link

Request body content type is always None #499

Closed benblack86 closed 7 years ago

benblack86 commented 7 years ago

req.body.contentType is always None. Have to use req.head.headers.firstValue("content-type") instead.