Methods
-
module:skyring/lib/json(json)
-
Wrpper around try/catch of JSON parsing
Parameters:
Name Type Description jsonString A JSON string to parse
- Source:
Returns:
Type Definitions
-
Middleware(req, res, node, next)
-
A route middleware function
Parameters:
Name Type Description reqhttp.IncomingMessage The incomming request
reshttp.ServerResponse The response object to be sent
nodemodule:skyring/lib/server/node The internal Ring Node instance
nextfunction The continuation callback to call when the middleware is finished
- Source: