2 articles and links tagged with “http

  1. Mnot's Redbot
    May 23, 2009

    Mark Nottingham has put together a really useful tool that aids in the analysis of the behavior of HTTP resources. I've started putting together a command line version based on the web version he’s released on GitHub.

  2. Generating Etags for static content using Nginx
    November 08, 2008

    Nginx is a brilliant little HTTP server that I'm using on this website to quickly serve static content. It bothers me a (very) little that it doesn’t correctly generate Etag headers for static content, however. I'm attempting to remedy that oversight by releasing an Nginx module: nginx-static-etags.