summaryrefslogtreecommitdiff
path: root/methods/basehttp.cc
Commit message (Expand)AuthorAgeFilesLines
* Reformat and sort all includes with clang-formatJulian Andres Klode2017-07-121-5/+5
* http: A response with Content-Length: 0 has no contentJulian Andres Klode2017-07-011-1/+4
* deal with 3xx httpcodes as required by HTTP/1.1 specDavid Kalnischkies2017-06-261-12/+12
* basehttp: Only read Content-Range on 416 and 206 responsesJulian Andres Klode2017-01-241-1/+5
* fix various typos reported by spellintianDavid Kalnischkies2017-01-191-2/+2
* rename ServerMethod to BaseHttpMethodDavid Kalnischkies2016-12-311-0/+825