MCPcopy Create free account
hub / github.com/OpenListTeam/OpenList / ServeWebDAV

Function ServeWebDAV

server/webdav.go:46–48  ·  view source on GitHub ↗
(c *gin.Context)

Source from the content-addressed store, hash-verified

44}
45
46func ServeWebDAV(c *gin.Context) {
47 handler.ServeHTTP(c.Writer, c.Request)
48}
49
50func WebDAVAuth(c *gin.Context) {
51 // check count of login

Callers

nothing calls this directly

Calls 1

ServeHTTPMethod · 0.80

Tested by

no test coverage detected