koajs / bodyparser

Koa body parsing middleware
MIT License
1.3k stars 116 forks source link

XML Documentation Incorrect #141

Closed Naismith closed 1 year ago

Naismith commented 3 years ago

The current readme indicates this library supports XML for types, limits and extending but in fact does not. This also contradicts with the typescript definitions from @types/koa-bodyparser.

Abramovick commented 2 years ago

@Naismith did you ever find any solutions for this? Especially the typescript definitions

3imed-jaberi commented 1 year ago

@Naismith, can you provide more information about the issue? if your problem is related only to types, you can extend the current request interface.

3imed-jaberi commented 1 year ago

I'll close this issue, feel free to ping me or re-open it.