Type Aliases

The following type aliases are available globally.

  • URLRewriter Function to transform URLs. Use this to rewrite URLs to traverse proxies.

    Declaration

    Swift

    public typealias URLRewriter = (_ url: String) -> String

    Parameters

    url

    Url string

    Return Value

    A new url string manipulated