Documentation ¶
Overview ¶
Package extensions contains middleware for clean URLs.
The root path of the site is passed in as well as possible extensions to try internally for paths requested that don't match an existing resource. The first path+ext combination that matches a valid file will be used.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Ext ¶
type Ext struct { // Next handler in the chain Next httpserver.Handler // Path to site root Root string // List of extensions to try Extensions []string }
Ext can assume an extension from clean URLs. It tries extensions in the order listed in Extensions.
Click to show internal directories.
Click to hide internal directories.