mirror of
https://github.com/caddyserver/caddy.git
synced 2026-06-07 14:35:23 -04:00
Minor tweaks to docs/comments
This commit is contained in:
@@ -324,16 +324,13 @@ type HTTPErrorConfig struct {
|
||||
// chain returns an error. In an error route, extra
|
||||
// placeholders are available:
|
||||
//
|
||||
// {http.error.status_code}
|
||||
// The recommended HTTP status code
|
||||
// {http.error.status_text}
|
||||
// The status text associated with the recommended status code
|
||||
// {http.error.message}
|
||||
// The error message
|
||||
// {http.error.trace}
|
||||
// The origin of the error
|
||||
// {http.error.id}
|
||||
// A short, human-conveyable ID for the error
|
||||
// Placeholder | Description
|
||||
// ------------|---------------
|
||||
// `{http.error.status_code}` | The recommended HTTP status code
|
||||
// `{http.error.status_text}` | The status text associated with the recommended status code
|
||||
// `{http.error.message}` | The error message
|
||||
// `{http.error.trace}` | The origin of the error
|
||||
// `{http.error.id}` | An identifier for this occurrence of the error
|
||||
Routes RouteList `json:"routes,omitempty"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user