UriResolver typedef

UriResolver = Uri Function(Uri reference)

A function to resolve an absolute URI from an URI reference.

Throws ClientException if the given reference is not allowed according to security policies of a resolver, or if it's not resolvable.

Implementation

typedef UriResolver = Uri Function(Uri reference);