spanner 1.0.3 copy "spanner: ^1.0.3" to clipboard
spanner: ^1.0.3 copied to clipboard

Generic HTTP Router implementation, internally uses a Radix Tree (aka compact Prefix Tree), supports route params, wildcards.

1.0.3 #

  • (perf): Improve single-param definition matching.
  • (perf): Improve lookup & insert speed by 18%

1.0.2 #

  • (perf): Make route debug logs optional.
  • (bug): Fallback to HTTPMethod.ALL when exact route method not found.

1.0.1 #

  • De-coupled spanner from pharaoh.
  • Updated documentation

1.0.0 #

  • Initial version.
7
likes
150
pub points
31%
popularity

Publisher

verified publisheryaroo.dev

Generic HTTP Router implementation, internally uses a Radix Tree (aka compact Prefix Tree), supports route params, wildcards.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

MIT (license)

Dependencies

collection, meta

More

Packages that depend on spanner