Skip to content

Instantly share code, notes, and snippets.

@cgiffard
Last active December 26, 2015 20:29
Show Gist options
  • Save cgiffard/7209026 to your computer and use it in GitHub Desktop.
Save cgiffard/7209026 to your computer and use it in GitHub Desktop.
Significant whitespace
(middleware.register "logger"
(fn (number:status request:req hash:res)
(io.print (% "[%00d] %s" status req.url))))
middleware.register "logger"
fn
number:status request:req hash:res
io.print
% "[%00d] %s" status req.url
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment