mirror of
https://github.com/caddyserver/caddy.git
synced 2026-06-25 11:26:42 +00:00
Minor comments
This commit is contained in:
parent
9157051f45
commit
792fca40f1
2 changed files with 4 additions and 1 deletions
|
|
@ -74,6 +74,9 @@ type Server struct {
|
|||
// handlers are executed sequentially. The sequence of invoked
|
||||
// handlers comprises a compiled middleware chain that flows
|
||||
// from each matching route and its handlers to the next.
|
||||
//
|
||||
// By default, all unrouted requests receive a 200 OK response
|
||||
// to indicate the server is working.
|
||||
Routes RouteList `json:"routes,omitempty"`
|
||||
|
||||
// Errors is how this server will handle errors returned from any
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue