accept property

List<String>? accept
final

Accepted MIME types/extensions, when the server configured one. Null means unconstrained, not "nothing accepted".

Implementation

final List<String>? accept;