pub fn suffix_html(req: &mut HttpRequest)
Expand description
Appends a suffix to the url
If the requested url doesn’t exists, try to append a suffix (‘.html’, ‘.php’), and if it exists, modify the url.
pub fn suffix_html(req: &mut HttpRequest)
Appends a suffix to the url
If the requested url doesn’t exists, try to append a suffix (‘.html’, ‘.php’), and if it exists, modify the url.