Daily Archives: June 26, 2012

Using the HTTP HEAD request method with Node.js and CoffeeScript

Your probably familiar with with HTTP methods such as GET, POST, PUT, DELETE, etc. however there are several others including HEAD. HEAD allows you to contact a server and receive only the headers back – no body. This can be … Continue reading

Posted in CoffeeScript, JavaScript, Node.js, Online Games | Leave a comment