Returns CodecRepo for the requested mimeType. If mimeType is null, the mime type of request is used.
mimeType
CodecRepo codecFor({String mimeType}) => _serializers[mimeType ?? this.mimeType];