A common rewrite is to add .html to routes on a website.
Eg. routines/say is mapped to the web page routines/say.html and types/IO#say is mapped to types/IO.html#say
Currently :indexes adds a named file when there is a zero route.
Possibly :extension<html> might add .html if the route does map to an existing file.
A common rewrite is to add
.htmlto routes on a website.Eg.
routines/sayis mapped to the web pageroutines/say.htmlandtypes/IO#sayis mapped totypes/IO.html#sayCurrently
:indexesadds a named file when there is a zero route.Possibly
:extension<html>might add.htmlif the route does map to an existing file.