Name returns the server's name.
()
| 976 | |
| 977 | // Name returns the server's name. |
| 978 | func (s *Server) Name() string { return s.name } |
| 979 | |
| 980 | // PrepareRequest fills the request r for use in a Caddy HTTP handler chain. w and s can |
| 981 | // be nil, but the handlers will lose response placeholders and access to the server. |
no outgoing calls