MCPcopy
hub / github.com/caddyserver/caddy / Name

Method Name

modules/caddyhttp/server.go:978–978  ·  view source on GitHub ↗

Name returns the server's name.

()

Source from the content-addressed store, hash-verified

976
977// Name returns the server's name.
978func (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.

Callers 10

LoadCertificatesMethod · 0.45
LoadLeafCertificatesMethod · 0.45
traceFunction · 0.45
funcListFilesMethod · 0.45
isSymlinkTargetDirMethod · 0.45
ServeHTTPMethod · 0.45
directoryListingMethod · 0.45

Calls

no outgoing calls