Open NickSevens opened 5 years ago
Would it be possible to enable content negotiation for .ResponseBody() as well? It seems only possible now through .Map<>().WithBody()
.ResponseBody()
.Map<>().WithBody()
Thanks
Ah yes, good catch - it should be in there too.
Would it be possible to enable content negotiation for
.ResponseBody()
as well? It seems only possible now through.Map<>().WithBody()
Thanks