Type Aliases

The following type aliases are available globally.

  • The closure format containg Request and the query parameters for a given URL

    Declaration

    Swift

    public typealias RouteHandler = (URLRequest, [String : String]) -> StubResponse