Open
Description
Currently action methods can only support a single request content type, and content negotiation picks actions based on the incoming content type. We should allow actions to support multiple request content types; this would allow a single action to support both json and protobuf for wire messages, for example.