BaseURL is the scheme and address of this HTTP client.
()
| 31 | |
| 32 | // BaseURL is the scheme and address of this HTTP client. |
| 33 | func (c *FrontendHTTPClient) BaseURL() string { |
| 34 | return c.Scheme + "://" + c.Address |
| 35 | } |
no outgoing calls
no test coverage detected