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
TrieRouterGenericTrieRouterbuilt using the “trie” tree algorithm.
Protocols
RouterAn object that can quickly look up previously registered routes.
Structures
AnyRouterA router that performs type erasure by wrapping another router.ParametersHolds dynamic path components that were discovered while routing.
Enumerations
PathComponentA single path component of aRoute. An array of these components describes a route’s path, including which parts are constant and which parts are dynamic.