cojs / co-body

Parse request bodies with co
MIT License
325 stars 42 forks source link

feat: impl text parser support encoding: false #64

Closed killagu closed 6 years ago

killagu commented 6 years ago

text parser support with no decoder, to get buffer instead of string.

killagu commented 6 years ago

cc: @dead-horse