nielsfalk / ktor-swagger

Apache License 2.0
133 stars 38 forks source link

support plain string bodies on put / post requests #17

Open dbrewster opened 6 years ago

dbrewster commented 6 years ago

It would be nice if one could create a request like: put<location, String>(...)

Where the object type is a string. This would set the content-type to text/plain as well.