rmaake1 / httpstatuses

A directory of HTTP Status Codes and code references
https://httpstatuses.com
MIT License
592 stars 77 forks source link

Added programming references for .NET #60

Open dukeofharen opened 8 years ago

dukeofharen commented 8 years ago

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):

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)
mgernand commented 2 years ago

The codes are now included in the new active repo at httpstatuses