summaryrefslogtreecommitdiff
path: root/src/http_message.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2003-07-31Added appropriate casts from (void*) so that the code will compileRobert James Kaes1-6/+6
cleanly with a C++ compiler. (Tested using GCC 3.3)
2003-05-31# Changed all the for calls to use the != test rather than < test.Robert James Kaes1-4/+4
The change was recommended in the C/C++ User Journal magazine.
2003-03-13An API to handle HTTP messages as concrete entities.Robert James Kaes1-0/+252