Interface UrlNormalizer
-
- All Implemented Interfaces:
-
kotlin.Function,kotlin.Function1
public interface UrlNormalizer implements Function1<String, String>
The interface of url normalizer.
A url normalizer is a function that takes a url and returns a normalized url.