Closed rawleyfowler closed 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.
.content
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.