find-my-way-ts
Fork of the amazing find-my-way router.
A crazy fast HTTP router, internally uses an highly performant Radix Tree (aka compact Prefix Tree), supports route params, wildcards, and it's framework independent.
Crazy fast http radix based router
Fork of the amazing find-my-way router.
A crazy fast HTTP router, internally uses an highly performant Radix Tree (aka compact Prefix Tree), supports route params, wildcards, and it's framework independent.
84c3dd8
Thanks @tim-smart! - add QueryString module67ae1d5
Thanks @tim-smart! - remove use of "new Function"ac0c85b
Thanks @tim-smart! - add detection for EdgeRuntime0301d95
Thanks @tim-smart! - fix searchParams types7a810d3
Thanks @tim-smart! - avoid new Function for cloudflarec3425aa
Thanks @tim-smart! - initial version