Revision history for HTTP-Server-Simple-Dispatched

0.03    Fri March 14
        Request should now actually read content bodies, which it did not
        before.  It doesn't precisely conform to the HTTP standard, but that's
        acceptable for the time being.

0.02    Automatic setting of Content-Length header to avoid some sticky
        problems where the trailing request newline was treated as part of the
        body by most user-agents.

0.01    Tue March 11
        First release.