Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

### Keybase proof
I hereby claim:
* I am aweeks on github.
* I am aweeks (https://keybase.io/aweeks) on keybase.
* I have a public key whose fingerprint is 34C7 2C20 3CB2 A09C 77C5 F09D FD94 69F4 39A5 18E9
To claim this, I am signing this object:
var http = require('http');
http.createServer(function (req, res) {
res.writeHead(304, {'Transfer-Encoding': 'chunked'});
res.end();
}).listen(8000, '127.0.0.1');
OUTPUT: