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

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

Structures

Enumerations

  • enum 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