refactor http client implementation
authorDavid Kalnischkies <kalnischkies@gmail.com>
Tue, 17 Sep 2013 20:35:44 +0000 (22:35 +0200)
committerDavid Kalnischkies <kalnischkies@gmail.com>
Tue, 1 Oct 2013 09:06:56 +0000 (11:06 +0200)
commit7330f4df8b31e66f6557bf49c9c90ad9a73ff459
tree263004bd51e9a1ca272771e1d5d94123763b278a
parent78c72d0ce22e00b194251445aae306df357d5c1a
refactor http client implementation

No effective behavior change, just shuffling big junks of code between
methods and classes to split them into those strongly related to our
client implementation and those implementing HTTP.

The idea is to get HTTPS to a point in which most of the implementation
can be shared even though the client implementations itself is
completely different. This isn't anywhere near yet though, but it should
beenough to reuse at least a few lines from http in https now.

Git-Dch: Ignore
methods/http.cc
methods/http.h
methods/makefile
methods/server.cc [new file with mode: 0644]
methods/server.h [new file with mode: 0644]