1
0
Fork 0
mirror of https://github.com/KingDuckZ/kamokan.git synced 2025-08-07 12:59:45 +00:00

Make on_process() return an HttpHeader.

Response type is now decided by on_process' return value.
This commit is contained in:
King_DuckZ 2017-05-18 18:50:01 +01:00
parent c5f2bc055a
commit cdd23d35d0
10 changed files with 280 additions and 75 deletions

View file

@ -26,6 +26,7 @@ add_library(${PROJECT_NAME} STATIC
tiger.c
error_response.cpp
tawashi_exception.cpp
http_header.cpp
)
target_include_directories(${PROJECT_NAME}