determineContentTypes method

Future<UrlInfoContentTypeResult> determineContentTypes()

Resolve content type of this UrlInfo.

See IteratedUrlInfoContentTypeResolver.determineContentTypes for more details on operations.

Implementation

Future<UrlInfoContentTypeResult> determineContentTypes() =>
    [this].determineContentTypes().first;