MCPcopy Create free account
hub / github.com/cortexproject/cortex / HTTPEndpoint

Method HTTPEndpoint

integration/e2e/service.go:585–587  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

583}
584
585func (s *HTTPService) HTTPEndpoint() string {
586 return s.Endpoint(s.httpPort)
587}
588
589func (s *HTTPService) NetworkHTTPEndpoint() string {
590 return s.NetworkEndpoint(s.httpPort)

Calls 1

EndpointMethod · 0.45