OSDN Git Service

Refactoring HTTP parser.
authorKohei TANUMA <tanuma@users.sourceforge.jp>
Sun, 31 May 2009 16:52:48 +0000 (01:52 +0900)
committerKohei TANUMA <tanuma@users.sourceforge.jp>
Sun, 31 May 2009 16:52:48 +0000 (01:52 +0900)
commit433dd38d0457be662ba0b4e18d7acbe87b20faf1
tree5f108d1bac02746e7328d96d7c92b3a3b193d7bb
parent05ca9d5323d3ef86fd21ce09fbe27fa2c40d3c10
Refactoring HTTP parser.
16 files changed:
conf/sslproxy.target.cf
include/http_message.cpp [new file with mode: 0644]
include/http_message.h [moved from include/httprequest.h with 75% similarity]
include/http_message_enum.h [new file with mode: 0644]
include/http_request.cpp [moved from src/httprequest.cpp with 74% similarity]
include/http_request.h [new file with mode: 0644]
include/http_request_enum.h [new file with mode: 0644]
include/http_response.h [new file with mode: 0644]
include/http_response_enum.h [new file with mode: 0644]
logger/logger_enum.h
logger/logger_impl.cpp
src/Makefile.am
src/http_message.cpp [new file with mode: 0644]
src/http_request.cpp [new file with mode: 0644]
src/http_response.cpp [new file with mode: 0644]
src/sslproxysession.cpp