Routing
Browse all 513 subdomain entities categorized under Routing in the fiber Architecture Docs architecture documentation.
sendFileContentLength() — fiber Function Reference
Architecture documentation for the sendFileContentLength() function in res.go from the fiber codebase.
shouldIncludeCharset() — fiber Function Reference
Architecture documentation for the shouldIncludeCharset() function in res.go from the fiber codebase.
reuseRouteBucket() — fiber Function Reference
Architecture documentation for the reuseRouteBucket() function in router.go from the fiber codebase.
router() — fiber Function Reference
Architecture documentation for the router() function in router.go from the fiber codebase.
acquireDefaultCtxForRouterBenchmark() — fiber Function Reference
Architecture documentation for the acquireDefaultCtxForRouterBenchmark() function in router_test.go from the fiber codebase.
Benchmark_App_MethodNotAllowed_Parallel() — fiber Function Reference
Architecture documentation for the Benchmark_App_MethodNotAllowed_Parallel() function in router_test.go from the fiber codebase.
Benchmark_App_MethodNotAllowed() — fiber Function Reference
Architecture documentation for the Benchmark_App_MethodNotAllowed() function in router_test.go from the fiber codebase.
Benchmark_App_RebuildTree_Parallel() — fiber Function Reference
Architecture documentation for the Benchmark_App_RebuildTree_Parallel() function in router_test.go from the fiber codebase.
Benchmark_App_RebuildTree() — fiber Function Reference
Architecture documentation for the Benchmark_App_RebuildTree() function in router_test.go from the fiber codebase.
Benchmark_Route_Match_Parallel() — fiber Function Reference
Architecture documentation for the Benchmark_Route_Match_Parallel() function in router_test.go from the fiber codebase.
Benchmark_Route_Match_Root_Parallel() — fiber Function Reference
Architecture documentation for the Benchmark_Route_Match_Root_Parallel() function in router_test.go from the fiber codebase.
Benchmark_Route_Match_Root() — fiber Function Reference
Architecture documentation for the Benchmark_Route_Match_Root() function in router_test.go from the fiber codebase.
Benchmark_Route_Match_Star_Parallel() — fiber Function Reference
Architecture documentation for the Benchmark_Route_Match_Star_Parallel() function in router_test.go from the fiber codebase.
Benchmark_Route_Match_Star() — fiber Function Reference
Architecture documentation for the Benchmark_Route_Match_Star() function in router_test.go from the fiber codebase.
Benchmark_Route_Match() — fiber Function Reference
Architecture documentation for the Benchmark_Route_Match() function in router_test.go from the fiber codebase.
Benchmark_Router_Chain_Parallel() — fiber Function Reference
Architecture documentation for the Benchmark_Router_Chain_Parallel() function in router_test.go from the fiber codebase.
Benchmark_Router_Chain() — fiber Function Reference
Architecture documentation for the Benchmark_Router_Chain() function in router_test.go from the fiber codebase.
Benchmark_Router_GitHub_API_Parallel() — fiber Function Reference
Architecture documentation for the Benchmark_Router_GitHub_API_Parallel() function in router_test.go from the fiber codebase.
Benchmark_Router_GitHub_API() — fiber Function Reference
Architecture documentation for the Benchmark_Router_GitHub_API() function in router_test.go from the fiber codebase.
Benchmark_Router_Handler_CaseSensitive_Parallel() — fiber Function Reference
Architecture documentation for the Benchmark_Router_Handler_CaseSensitive_Parallel() function in router_test.go from the fiber codebase.
Benchmark_Router_Handler_CaseSensitive() — fiber Function Reference
Architecture documentation for the Benchmark_Router_Handler_CaseSensitive() function in router_test.go from the fiber codebase.
Benchmark_Router_Handler_Parallel() — fiber Function Reference
Architecture documentation for the Benchmark_Router_Handler_Parallel() function in router_test.go from the fiber codebase.
Benchmark_Router_Handler_Strict_Case_Parallel() — fiber Function Reference
Architecture documentation for the Benchmark_Router_Handler_Strict_Case_Parallel() function in router_test.go from the fiber codebase.
Benchmark_Router_Handler_Strict_Case() — fiber Function Reference
Architecture documentation for the Benchmark_Router_Handler_Strict_Case() function in router_test.go from the fiber codebase.
Benchmark_Router_Handler_StrictRouting_Parallel() — fiber Function Reference
Architecture documentation for the Benchmark_Router_Handler_StrictRouting_Parallel() function in router_test.go from the fiber codebase.
Benchmark_Router_Handler_StrictRouting() — fiber Function Reference
Architecture documentation for the Benchmark_Router_Handler_StrictRouting() function in router_test.go from the fiber codebase.
Benchmark_Router_Handler_Unescape_Parallel() — fiber Function Reference
Architecture documentation for the Benchmark_Router_Handler_Unescape_Parallel() function in router_test.go from the fiber codebase.
Benchmark_Router_Handler_Unescape() — fiber Function Reference
Architecture documentation for the Benchmark_Router_Handler_Unescape() function in router_test.go from the fiber codebase.
Benchmark_Router_Handler() — fiber Function Reference
Architecture documentation for the Benchmark_Router_Handler() function in router_test.go from the fiber codebase.
Benchmark_Router_Next_Default_Immutable_Parallel() — fiber Function Reference
Architecture documentation for the Benchmark_Router_Next_Default_Immutable_Parallel() function in router_test.go from the fiber codebase.
Benchmark_Router_Next_Default_Immutable() — fiber Function Reference
Architecture documentation for the Benchmark_Router_Next_Default_Immutable() function in router_test.go from the fiber codebase.
Benchmark_Router_Next_Default_Parallel_Immutable() — fiber Function Reference
Architecture documentation for the Benchmark_Router_Next_Default_Parallel_Immutable() function in router_test.go from the fiber codebase.
Benchmark_Router_Next_Default_Parallel() — fiber Function Reference
Architecture documentation for the Benchmark_Router_Next_Default_Parallel() function in router_test.go from the fiber codebase.
Benchmark_Router_Next_Default() — fiber Function Reference
Architecture documentation for the Benchmark_Router_Next_Default() function in router_test.go from the fiber codebase.
Benchmark_Router_Next_Parallel() — fiber Function Reference
Architecture documentation for the Benchmark_Router_Next_Parallel() function in router_test.go from the fiber codebase.
Benchmark_Router_Next() — fiber Function Reference
Architecture documentation for the Benchmark_Router_Next() function in router_test.go from the fiber codebase.
Benchmark_Router_NotFound_Parallel() — fiber Function Reference
Architecture documentation for the Benchmark_Router_NotFound_Parallel() function in router_test.go from the fiber codebase.
Benchmark_Router_NotFound() — fiber Function Reference
Architecture documentation for the Benchmark_Router_NotFound() function in router_test.go from the fiber codebase.
Benchmark_Router_WithCompression_Parallel() — fiber Function Reference
Architecture documentation for the Benchmark_Router_WithCompression_Parallel() function in router_test.go from the fiber codebase.
Benchmark_Router_WithCompression() — fiber Function Reference
Architecture documentation for the Benchmark_Router_WithCompression() function in router_test.go from the fiber codebase.
Benchmark_Startup_Process_Parallel() — fiber Function Reference
Architecture documentation for the Benchmark_Startup_Process_Parallel() function in router_test.go from the fiber codebase.
Benchmark_Startup_Process() — fiber Function Reference
Architecture documentation for the Benchmark_Startup_Process() function in router_test.go from the fiber codebase.
init() — fiber Function Reference
Architecture documentation for the init() function in router_test.go from the fiber codebase.
newCustomApp() — fiber Function Reference
Architecture documentation for the newCustomApp() function in router_test.go from the fiber codebase.
registerDummyRoutes() — fiber Function Reference
Architecture documentation for the registerDummyRoutes() function in router_test.go from the fiber codebase.
registerTreeManipulationRoutes() — fiber Function Reference
Architecture documentation for the registerTreeManipulationRoutes() function in router_test.go from the fiber codebase.
Test_AddRoute_MergeHandlers() — fiber Function Reference
Architecture documentation for the Test_AddRoute_MergeHandlers() function in router_test.go from the fiber codebase.
Test_App_Rebuild_Tree() — fiber Function Reference
Architecture documentation for the Test_App_Rebuild_Tree() function in router_test.go from the fiber codebase.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free