Home
last modified time | relevance | path

Searched refs:webClientDirsPath (Results 1 – 5 of 5) sorted by relevance

/dports/ftp/sftpgo/sftpgo-2.2.0/httpd/
H A Dhttpd.go201 webClientDirsPath string var
563 webClientDirsPath = path.Join(baseURL, webClientDirsPathDefault)
H A Dserver.go1234 …router.With(compressor.Handler, s.refreshCookie).Get(webClientDirsPath, handleClientGetDirContents)
1236 Post(webClientDirsPath, createUserDir)
1238 Patch(webClientDirsPath, renameUserDir)
1240 Delete(webClientDirsPath, deleteUserDir)
H A Dwebclient.go446 DirsURL: webClientDirsPath,
H A Dinternal_test.go1904 req, _ = http.NewRequest(http.MethodGet, webClientDirsPath, nil)
H A Dhttpd_test.go143 webClientDirsPath = "/web/client/dirs" const
7991 req, _ = http.NewRequest(http.MethodGet, webClientDirsPath, nil)
9508 req, _ = http.NewRequest(http.MethodGet, webClientDirsPath+"?path="+testDir, nil)
9558 req, _ = http.NewRequest(http.MethodGet, webClientDirsPath+"?path=/", nil)
9576 req, _ = http.NewRequest(http.MethodGet, webClientDirsPath+"?path=/missing", nil)
9710 req, _ = http.NewRequest(http.MethodGet, webClientDirsPath+"?path=/", nil)