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:
parent
c5f2bc055a
commit
cdd23d35d0
10 changed files with 280 additions and 75 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue