Skip to content

Instantly share code, notes, and snippets.

@kyo-ago
Created February 17, 2013 18:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kyo-ago/4972676 to your computer and use it in GitHub Desktop.
Save kyo-ago/4972676 to your computer and use it in GitHub Desktop.
kleptoのuserFilter例
head = [
'HTTP/1.1 200 OK',
'Connection: close',
'Content-Length: 1',
'Content-Type: text/plain',
'Cache-control: private'
].join('\r\n');
body='1';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment