requestEncodedWith
Description
Passes the request to the inner route if the request is encoded with the argument encoding. Otherwise, rejects the request with an UnacceptedRequestEncodingRejection(encoding)
.
This directive is the building block for decodeRequest to reject unsupported encodings.
2.0.0-M0+53-4e0eb0e4*