Searched refs:webClientDirsPath (Results 1 – 5 of 5) sorted by relevance
/dports/ftp/sftpgo/sftpgo-2.2.0/httpd/ |
H A D | httpd.go | 201 webClientDirsPath string var 563 webClientDirsPath = path.Join(baseURL, webClientDirsPathDefault)
|
H A D | server.go | 1234 …router.With(compressor.Handler, s.refreshCookie).Get(webClientDirsPath, handleClientGetDirContents) 1236 Post(webClientDirsPath, createUserDir) 1238 Patch(webClientDirsPath, renameUserDir) 1240 Delete(webClientDirsPath, deleteUserDir)
|
H A D | webclient.go | 446 DirsURL: webClientDirsPath,
|
H A D | internal_test.go | 1904 req, _ = http.NewRequest(http.MethodGet, webClientDirsPath, nil)
|
H A D | httpd_test.go | 143 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)
|