Skip to content

Instantly share code, notes, and snippets.

@Radagaisus
Created August 24, 2012 05:18
Show Gist options
  • Select an option

  • Save Radagaisus/3445758 to your computer and use it in GitHub Desktop.

Select an option

Save Radagaisus/3445758 to your computer and use it in GitHub Desktop.
Validator Route
@get '/health', ->
pre @req, =>
@req.assert('param', 'Invalid Param').notEmpty()
@next
, =>
# Validation Passed
@response.json
pid: process.pid
memory: process.memoryUsage()
uptime: process.uptime()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment