Determines how bytes get decoded.
A decoder is chosen from HTTPCodecRepository according to this value.
Source
@override ContentType get contentType => _request.headers.contentType;
Determines how bytes get decoded.
A decoder is chosen from HTTPCodecRepository according to this value.
@override ContentType get contentType => _request.headers.contentType;