http: implement HTTP connection data structure
commitc5af0930c1a58d85dd37eaf1093fe45b33ac873b
authorStefan Becker <chemobejk@gmail.com>
Sun, 27 Jan 2013 15:06:03 +0000 (27 17:06 +0200)
committerStefan Becker <chemobejk@gmail.com>
Sun, 27 Jan 2013 15:06:03 +0000 (27 17:06 +0200)
tree2d6f503eb7e5f8cf3b9fb904e7dcd73690b191ca
parent95b4227d051a4bd4261e8156b93b3bfcd3a456ea
http: implement HTTP connection data structure

sipe-http-request.c is the overall owner, ie. can create & destroy it.
sipe-http-transport.c is the holder of the structure, ie. can initiate
creation & destruction of it.
src/core/sipe-http-request.c
src/core/sipe-http-request.h
src/core/sipe-http-transport.c
src/core/sipe-http-transport.h