Closed wwerner closed 3 years ago
Hi @wwerner You are trying to POST plain/text to a method I see. I don't think this is going to be widely used. So, would you be ok with adding this mapper yourself to your handler methods as the Mapper, or setting up DefaultMediaTypeMapper (the instance is not final). If you can make a case that this will be frequently used, then happy to add it into the DefaultTypeMapper. -Brian
Raised changes in PR https://github.com/vlingo/vlingo-http/pull/80
Closing this as I think its now supported, albeit not without setting up the DefaultMediaTypeMapper as I state above.
Sending a
POST
/PUT
/PATCH
request w/Content-Type: text/plain
leads to