Home
last modified time | relevance | path

Searched refs:StaticFS (Results 1 – 25 of 26) sorted by relevance

12

/dports/sysutils/aptly/aptly-1.4.0/vendor/github.com/gin-gonic/gin/
H A Droutergroup.go35 StaticFS(string, http.FileSystem) IRoutes methodSpec
165 return group.StaticFS(relativePath, Dir(root, false))
170 func (group *RouterGroup) StaticFS(relativePath string, fs http.FileSystem) IRoutes { func
H A DCHANGELOG.md70 - [FIX] Better approach to avoid directory listing in StaticFS()
97 - [NEW] StaticFS() has an option to disable directory listing.
98 - [NEW] StaticFS() for serving static files through virtual filesystems
H A Droutergroup_test.go176 assert.Equal(t, r, r.StaticFS("/static2", Dir(".", false)))
H A Droutes_test.go282 router.StaticFS("/", Dir("./", true))
H A DREADME.md530 router.StaticFS("/more_static", http.Dir("my_file_system"))
/dports/databases/go-pgweb/pgweb-0.11.7/vendor/github.com/gin-gonic/gin/
H A Droutergroup.go34 StaticFS(string, http.FileSystem) IRoutes methodSpec
163 return group.StaticFS(relativePath, Dir(root, false))
168 func (group *RouterGroup) StaticFS(relativePath string, fs http.FileSystem) IRoutes { func
H A DCHANGELOG.md92 - [FIX] Better approach to avoid directory listing in StaticFS()
119 - [NEW] StaticFS() has an option to disable directory listing.
120 - [NEW] StaticFS() for serving static files through virtual filesystems
H A DREADME.md962 router.StaticFS("/more_static", http.Dir("my_file_system"))
/dports/sysutils/aptly/aptly-1.4.0/vendor/github.com/gin-gonic/gin/ginS/
H A Dgins.go110 func StaticFS(relativePath string, fs http.FileSystem) IRoutes { func
111 return engine().StaticFS(relativePath, fs)
/dports/net/rospo/rospo-0.7.1/vendor/github.com/gin-gonic/gin/gin-1.7.4/
H A Droutergroup.go36 StaticFS(string, http.FileSystem) IRoutes methodSpec
167 return group.StaticFS(relativePath, Dir(root, false))
172 func (group *RouterGroup) StaticFS(relativePath string, fs http.FileSystem) IRoutes { func
H A Droutes_test.go330 router.StaticFS("/", Dir("./", true))
486 router.StaticFS("/", http.FileSystem(http.Dir("/thisreallydoesntexist/")))
501 router.StaticFS("/", http.FileSystem(http.Dir(".")))
518 router.StaticFS("/", http.FileSystem(http.Dir("/thisreallydoesntexist/")))
H A DCHANGELOG.md153 - [FIX] `RouterGroup.StaticFS()` leaked files. Now it closes them. [#2118](https://github.com/gin-g…
166 - [FIX] StaticFS: Fixed Logging two log lines on 404. [#1805](https://github.com/gin-gonic/gin/pul…
189 - [FIX] StaticFS(): Send 404 when path does not exist [#1663](https://github.com/gin-gonic/gin/pull…
303 - [FIX] Better approach to avoid directory listing in StaticFS()
330 - [NEW] StaticFS() has an option to disable directory listing.
331 - [NEW] StaticFS() for serving static files through virtual filesystems
H A Droutergroup_test.go177 assert.Equal(t, r, r.StaticFS("/static2", Dir(".", false)))
/dports/net/rospo/rospo-0.7.1/vendor/github.com/gin-gonic/gin/
H A Droutergroup.go36 StaticFS(string, http.FileSystem) IRoutes methodSpec
167 return group.StaticFS(relativePath, Dir(root, false))
172 func (group *RouterGroup) StaticFS(relativePath string, fs http.FileSystem) IRoutes { func
H A DCHANGELOG.md153 - [FIX] `RouterGroup.StaticFS()` leaked files. Now it closes them. [#2118](https://github.com/gin-g…
166 - [FIX] StaticFS: Fixed Logging two log lines on 404. [#1805](https://github.com/gin-gonic/gin/pul…
189 - [FIX] StaticFS(): Send 404 when path does not exist [#1663](https://github.com/gin-gonic/gin/pull…
303 - [FIX] Better approach to avoid directory listing in StaticFS()
330 - [NEW] StaticFS() has an option to disable directory listing.
331 - [NEW] StaticFS() for serving static files through virtual filesystems
H A DREADME.md1226 router.StaticFS("/more_static", http.Dir("my_file_system"))
/dports/www/mirrorselect/mirrorselect-0.9.0/vendor/github.com/gin-gonic/gin/
H A Droutergroup.go36 StaticFS(string, http.FileSystem) IRoutes methodSpec
167 return group.StaticFS(relativePath, Dir(root, false))
172 func (group *RouterGroup) StaticFS(relativePath string, fs http.FileSystem) IRoutes { func
H A Droutes_test.go332 router.StaticFS("/", Dir("./", true))
488 router.StaticFS("/", http.FileSystem(http.Dir("/thisreallydoesntexist/")))
503 router.StaticFS("/", http.FileSystem(http.Dir(".")))
520 router.StaticFS("/", http.FileSystem(http.Dir("/thisreallydoesntexist/")))
H A DCHANGELOG.md102 - [FIX] `RouterGroup.StaticFS()` leaked files. Now it closes them. [#2118](https://github.com/gin-g…
115 - [FIX] StaticFS: Fixed Logging two log lines on 404. [#1805](https://github.com/gin-gonic/gin/pul…
138 - [FIX] StaticFS(): Send 404 when path does not exist [#1663](https://github.com/gin-gonic/gin/pull…
252 - [FIX] Better approach to avoid directory listing in StaticFS()
279 - [NEW] StaticFS() has an option to disable directory listing.
280 - [NEW] StaticFS() for serving static files through virtual filesystems
H A Droutergroup_test.go177 assert.Equal(t, r, r.StaticFS("/static2", Dir(".", false)))
H A DREADME.md1177 router.StaticFS("/more_static", http.Dir("my_file_system"))
/dports/net/rospo/rospo-0.7.1/vendor/github.com/gin-gonic/gin/gin-1.7.4/ginS/
H A Dgins.go117 func StaticFS(relativePath string, fs http.FileSystem) gin.IRoutes { func
118 return engine().StaticFS(relativePath, fs)
/dports/www/mirrorselect/mirrorselect-0.9.0/vendor/github.com/gin-gonic/gin/ginS/
H A Dgins.go117 func StaticFS(relativePath string, fs http.FileSystem) gin.IRoutes { func
118 return engine().StaticFS(relativePath, fs)
/dports/games/automuteus/automuteus-6.15.2/vendor/github.com/googollee/go-socket.io/_example/gin-gonic/
H A Dmain.go50 router.StaticFS("/public", http.Dir("../asset"))
/dports/games/automuteus/automuteus-6.15.2/vendor/github.com/googollee/go-socket.io/_example/gin-cors/
H A Dmain.go69 router.StaticFS("/public", http.Dir("../asset"))

12