Skip to content

Framework

RoutingKit

RoutingKit is a high-performance, trie-node router to route HTTP requests to the correct route handler. It allows for dynamic path parameters to make building web frameworks easy.

Topics

Classes

Protocols

  • Router
    An object that can quickly look up previously registered routes.

Structures

  • AnyRouter
    A router that performs type erasure by wrapping another router.
  • Parameters
    Holds dynamic path components that were discovered while routing.

Enumerations

  • PathComponent
    A single path component of a Route. An array of these components describes a route’s path, including which parts are constant and which parts are dynamic.

Extended Modules