forked from svrjs/svrjs
Modify built-in server-side JavaScript
This commit is contained in:
parent
1132ed539a
commit
cbec4c4e6c
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
// page404 - 404 Not Found page location
|
||||
// head - A head of server response
|
||||
// foot - A foot of server response
|
||||
// fd - A response body used by responseEnd method
|
||||
// fd - Currently unused
|
||||
// elseCallback - Method summoning SVR.JS internal callbacks
|
||||
// callServerError - Method to end with server error
|
||||
// getCustomHeaders - Method to get headers defined in config.json file
|
||||
|
|
Reference in a new issue