MCPcopy Create free account
hub / github.com/cloudflare/cfssl / getURL

Method getURL

api/client/client.go:104–106  ·  view source on GitHub ↗
(endpoint string)

Source from the content-addressed store, hash-verified

102}
103
104func (srv *server) getURL(endpoint string) string {
105 return fmt.Sprintf("%s/api/v1/cfssl/%s", srv.URL, endpoint)
106}
107
108func (srv *server) createTransport() *http.Transport {
109 // Start with defaults from http.DefaultTransport

Callers 2

authReqMethod · 0.95
getResultMapMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected