update SLOC count

sloc lib/

---------- result ------------

      physical lines :  1456
lines of source code :  542
       total comment :  700
          singleline :  35
           multiline :  665
               empty :  214

number of files read :  4

------------------------------
master
Jonathan Ong 2014-03-12 18:40:21 -07:00
parent 59ea8faabb
commit a18ee8143d
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
Expressive middleware for node.js using generators via [co](https://github.com/visionmedia/co)
to make web applications and APIs more enjoyable to write. Koa's middleware flow in a stack-like manner allowing you to perform actions downstream, then filter and manipulate the response upstream. Koa's use of generators also greatly increases the readability and robustness of your application.
Only methods that are common to nearly all HTTP servers are integrated directly into Koa's small ~400 SLOC codebase. This
Only methods that are common to nearly all HTTP servers are integrated directly into Koa's small ~550 SLOC codebase. This
includes things like content-negotiation, normalization of node inconsistencies, redirection, and a few others.
No middleware are bundled with koa. If you prefer to only define a single dependency for common middleware, much like Connect, you may use