Constants
- NOT_FOUND :
string
The internal route name used for the "not found" error page (the 4XX HTTP status code error page).
- ERROR :
string
The internal route name used for the error page (the 5XX HTTP status code error page).
RouteNames : enum
HTTP status code constants, representing the HTTP status codes recognized and processed by this proxy.
Kind: global enum
See: http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html
NOT_FOUND : string
The internal route name used for the “not found” error page (the 4XX HTTP status code error page).
Kind: global constant
ERROR : string
The internal route name used for the error page (the 5XX HTTP status code error page).
Kind: global constant