2011
Designing HTTP Interfaces and RESTful Web Services (Confoo11 2011-03-10)
How to well design a restful web service.
2010
Best Practices for Speeding Up Your Web Site
by 20 othersRules for making your website faster. Reducing the number of HTTP requests is the most important.
HFS ~ HTTP File Server
by 5 others (via)You can use HFS (HTTP File Server) to send and receive files.
It's different from classic file sharing because it uses web technology to be more compatible with today's Internet.
It also differs from classic web servers because
it's very easy to use and runs "right out-of-the box".
Access your remote files, over the network.
It has been successfully tested with Wine under Linux.
htty's htty at master - GitHub
(via)htty is a console application for interacting with HTTP servers. It’s something of a cross between curl and the Lynx browser.
A HTTP Proxy Server in 20 Lines of node.js Code - good coders code, great reuse
(via)This is just amazing. In 20 lines of node.js code and 10 minutes of time I was able to write a HTTP proxy. And it scales well, too. It's not a blocking HTTP proxy, it's event driven and asynchronous, meaning hundreds of people can use simultaneously and it will work well.
2008
Comet Daily » Blog Archive » Independence Day: HTML5 WebSocket Liberates Comet From Hacks
(via)A recent set of HTML5 discussions are changing the course of Comet
HTTP/1.1 (DELETE, GET, HEAD, PUT, POST) : Alan Dean
by 10 others (via)Workflow des status code http
1
(8 marks)