URL returns the server's URL.
()
| 113 | |
| 114 | // URL returns the server's URL. |
| 115 | func (s *Server) URL() string { |
| 116 | return s.url |
| 117 | } |
| 118 | |
| 119 | // Shutdown gracefully shuts down the server, without interrupting any active |
| 120 | // connections. See [http.Server.Shutdown] for details. |
no outgoing calls