node-htcpcp icon indicating copy to clipboard operation
node-htcpcp copied to clipboard

Hyper Text Coffee Pot Control Protocol implemented in node.js

Results 2 node-htcpcp issues
Sort by recently updated
recently updated
newest added

Line 38 of server.js You are allowing the POST method to be used when this is deprecated in the coffee protocol. Quote [https://tools.ietf.org/html/rfc2324](url): > A coffee pot server MUST accept...

HTCPCP requests doesn't work. HTCPCP shouldn't be HTTP based, it's just bad implementation. Nodejs http server rejects all non-http requests including htcpcp ones. htcpcp server must be raw tcp/ip based.