]> git.saurik.com Git - apt.git/commit
rename ServerMethod to BaseHttpMethod
authorDavid Kalnischkies <david@kalnischkies.de>
Fri, 9 Dec 2016 14:13:09 +0000 (15:13 +0100)
committerDavid Kalnischkies <david@kalnischkies.de>
Sat, 31 Dec 2016 01:29:21 +0000 (02:29 +0100)
commitd8617331afc39281d5925033975b6097128786f4
treef8d383bf47e172204531d295d717a5d09f3a3ee2
parent13a9f08de18dea0dfc1951992b0ddeda9c2fa2dd
rename ServerMethod to BaseHttpMethod

This 'method' is the abstract base for http and https and should as such
be called out like this rather using an easily confused name.

Gbp-Dch: Ignore
methods/CMakeLists.txt
methods/basehttp.cc [new file with mode: 0644]
methods/basehttp.h [new file with mode: 0644]
methods/http.cc
methods/http.h
methods/https.cc
methods/https.h
methods/server.cc [deleted file]
methods/server.h [deleted file]