]> git.tdb.fi Git - libs/net.git/commit
Add Server class
authorMikko Rasa <tdb@tdb.fi>
Thu, 25 Dec 2008 08:44:19 +0000 (08:44 +0000)
committerMikko Rasa <tdb@tdb.fi>
Thu, 25 Dec 2008 08:44:19 +0000 (08:44 +0000)
commitb06cf07513fdd85e249398ebfce500fbf3dfb6a7
tree66526444dd1c23229c646353dcf7e4b31f1bc98a
parenta4049d7c4126126ca3abd12b1aca8715e7006d44
Add Server class
Get rid of the X-Port header and put port in Host, as per HTTP spec
Support for User-Agent header in Client
Move header parsing to Message
Normalize header names to make each word start with uppercase letter
source/client.cpp
source/client.h
source/message.cpp
source/message.h
source/request.cpp
source/request.h
source/response.cpp
source/server.cpp [new file with mode: 0644]
source/server.h [new file with mode: 0644]