rawleyfowler / Humming-Bird

A fun and performant web application framework for Raku
MIT License
44 stars 6 forks source link

Add simpler body decoding #46

Closed rawleyfowler closed 1 year ago

rawleyfowler commented 1 year ago

Right now if I want to decode URL-encoded data, or JSON data I need to grab the body, then perform the operation. I would prefer to be able to just do .content on request and have the library infer the type and perform the conversion.