koajs / bodyparser

Koa body parsing middleware
MIT License
1.31k stars 117 forks source link

feat: support xml #131

Closed atian25 closed 4 years ago

atian25 commented 4 years ago

only parse xml as text to ctx.request.body, not try to parse it with xml lib.