Type Aliases

The following type aliases are available globally.

  • The next action is called by the handler to allow other actions to also handle this request.

    Declaration

    Swift

    public typealias NextAction = () -> Void
  • Undocumented

    Declaration

    Swift

    public typealias RouteAction = (HTTPRequest, HTTPResponse, NextAction) -> Void