Rocket/examples/static_files/static
Sergio Benitez 4d0042c395 Allow '<path..>' to match zero segments.
This changes core routing so that '<path..>' in a route URI matches zero
or more segments. Previously, '<path..>' matched _1_ or more.

  * Routes '$a' and '$b/<p..>' collide if $a and $b previously collided.
  * For example, '/' now collides with '/<p..>'.
  * Request '$a' matches route '$b/<p..>' if $a previously matched $b.
  * For example, request '/' matches route '/<p..>'.

Resolves #985.
2021-03-05 02:01:24 -08:00
..
hidden Allow '<path..>' to match zero segments. 2021-03-05 02:01:24 -08:00
index.html Polished examples directory. Fixed `File` response bug. 2016-03-22 16:27:12 -07:00
rocket-icon.jpg Fix tests for Windows. 2019-07-06 00:59:01 -07:00