mirror of
https://github.com/kataras/iris.git
synced 2025-03-11 17:24:14 +01:00
This commit is contained in:
parent
6fee09f11e
commit
28b39efa7d
|
@ -295,6 +295,9 @@ var (
|
||||||
// Examples can be found at: https://github.com/kataras/iris/tree/master/_examples/file-server
|
// Examples can be found at: https://github.com/kataras/iris/tree/master/_examples/file-server
|
||||||
// A shortcut for the `router.FileServer`.
|
// A shortcut for the `router.FileServer`.
|
||||||
FileServer = router.FileServer
|
FileServer = router.FileServer
|
||||||
|
// DirList is the default `DirOptions.DirList` field.
|
||||||
|
// Read more at: `core/router.DirList`.
|
||||||
|
DirList = router.DirList
|
||||||
// DirListRich can be passed to `DirOptions.DirList` field
|
// DirListRich can be passed to `DirOptions.DirList` field
|
||||||
// to override the default file listing appearance.
|
// to override the default file listing appearance.
|
||||||
// Read more at: `core/router.DirListRich`.
|
// Read more at: `core/router.DirListRich`.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user