I've added programming reference for all HTTP status codes that are available in the .NET framework.
P.S. I noticed the build script didn't work on Windows; I got this message (but then I saw you did already fix this issue about 15 minutes ago; what a coincedence :P):
TypeError: Cannot read property 'contents' of undefined
at Ware.<anonymous> (C:\Users\Duco\Files\Code\forks\httpstatuses\node_modules\metalsmith-collection-grouping\lib\index.js:30:66)
at Ware.<anonymous> (C:\Users\Duco\Files\Code\forks\httpstatuses\node_modules\wrap-fn\index.js:45:19)
at next (C:\Users\Duco\Files\Code\forks\httpstatuses\node_modules\ware\lib\index.js:85:20)
at C:\Users\Duco\Files\Code\forks\httpstatuses\node_modules\wrap-fn\index.js:121:18
at Ware.<anonymous> (C:\Users\Duco\Files\Code\forks\httpstatuses\node_modules\metalsmith-collections\lib\index.js:127:5)
at Ware.<anonymous> (C:\Users\Duco\Files\Code\forks\httpstatuses\node_modules\wrap-fn\index.js:45:19)
at next (C:\Users\Duco\Files\Code\forks\httpstatuses\node_modules\ware\lib\index.js:85:20)
at Ware.run (C:\Users\Duco\Files\Code\forks\httpstatuses\node_modules\ware\lib\index.js:88:3)
at Metalsmith.<anonymous> (C:\Users\Duco\Files\Code\forks\httpstatuses\node_modules\thunkify\index.js:43:12)
at next (C:\Users\Duco\Files\Code\forks\httpstatuses\node_modules\co\index.js:90:21)
at Metalsmith.<anonymous> (C:\Users\Duco\Files\Code\forks\httpstatuses\node_modules\co\index.js:45:5)
at Metalsmith.next (C:\Users\Duco\Files\Code\forks\httpstatuses\node_modules\co\index.js:90:21)
at Metalsmith.<anonymous> (C:\Users\Duco\Files\Code\forks\httpstatuses\node_modules\co\index.js:93:18)
at Immediate.<anonymous> (C:\Users\Duco\Files\Code\forks\httpstatuses\node_modules\co\index.js:52:14)
at runCallback (timers.js:574:20)
at tryOnImmediate (timers.js:554:5)
Hi Samuel,
I've added programming reference for all HTTP status codes that are available in the .NET framework.
P.S. I noticed the build script didn't work on Windows; I got this message (but then I saw you did already fix this issue about 15 minutes ago; what a coincedence :P):