Home
last modified time | relevance | path

Searched refs:httpBaseURL (Results 1 – 2 of 2) sorted by relevance

/dports/ftp/sftpgo/sftpgo-2.2.0/httpd/
H A Dhttpd_test.go158 httpBaseURL = "http://127.0.0.1:8081" const
330 httpdtest.SetBaseURL(httpBaseURL)
3562 csrfToken, err = getCSRFToken(httpBaseURL + webLoginPath)
3703 csrfToken, err := getCSRFToken(httpBaseURL + webLoginPath)
4679 resp, err := client.Get(httpBaseURL + healthzPath)
4685 resp, err = client.Get(httpBaseURL + healthzPath)
4693 resp, err = client.Get(httpBaseURL + webLoginPath)
4701 resp, err = client.Get(httpBaseURL + webClientLoginPath)
6098 csrfToken, err = getCSRFToken(httpBaseURL + webLoginPath)
7761 urlString := httpBaseURL + webBasePath + "/a"
[all …]
/dports/ftp/sftpgo/sftpgo-2.2.0/httpdtest/
H A Dhttpdtest.go58 httpBaseURL = "http://127.0.0.1:8080" var
65 httpBaseURL = url
91 return fmt.Sprintf("%s/%s", strings.TrimRight(httpBaseURL, "/"), strings.TrimLeft(p, "/"))