aspnetcore/test/WebSites/WebApiCompatShimWebSite/Controllers/HttpRequestMessage
Ryan Nowak 3968df90e4 Fix issue #1282 - Add Request.CreateResponse extension methods
Adds the set of CreateResponse/CreateErrorResponse extension methods that
return an HttpResponseMessage.

For the overloads that perform content negotiation they will access the
collection of MediaTypeFormatters through the shim options. Note that
CreateResponse and friends use the OLD formatters.

Also, HttpError and CreateErrorResponse assume ErrorDetail == false. Using
the shim you will not get detailed error messages unless you construct the
HttpError instance yourself.
2014-10-10 13:42:09 -07:00
..
HttpRequestMessageController.cs Fix issue #1282 - Add Request.CreateResponse extension methods 2014-10-10 13:42:09 -07:00