You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Chunting Gu 1f4b6cac30 Allow to set file chunk size to the server. 6 years ago
..
CMakeLists.txt Add an option to disable GZIP. 6 years ago
base64.cc Remove http prefix 6 years ago
base64.h Remove http prefix 6 years ago
body.cc Merge request handler to server; add FileBody for serving static files. 6 years ago
body.h Allow to set file chunk size to the server. 6 years ago
client.cc Fix a stack overflow issue when reading large response data. 6 years ago
client.h Refine the connection close 6 years ago
client_pool.cc Remove http prefix 6 years ago
client_pool.h Remove http prefix 6 years ago
client_session.cc Add parameters like timeout, buffer_size to ClientSession. 6 years ago
client_session.h Add parameters like timeout, buffer_size to ClientSession. 6 years ago
common.cc Refine the connection close 6 years ago
common.h Refine the connection close 6 years ago
config.h.example Add new log level USER 6 years ago
config.h.in Add new log level USER 6 years ago
connection.cc Allow to stop server and restart server; allow to run loop in multiple threads. 6 years ago
connection.h Allow to stop server and restart server; allow to run loop in multiple threads. 6 years ago
connection_pool.cc Allow to stop server and restart server; allow to run loop in multiple threads. 6 years ago
connection_pool.h Allow to stop server and restart server; allow to run loop in multiple threads. 6 years ago
globals.cc Fix payload iteration issue of FormBody; Log form body; ignore body for response of HEAD. 6 years ago
globals.h Allow to stop server and restart server; allow to run loop in multiple threads. 6 years ago
gzip.cc Allow to set file chunk size to the server. 6 years ago
gzip.h Add an option to disable GZIP. 6 years ago
logger.cc Add new log level USER 6 years ago
logger.h Add new log level USER 6 years ago
message.cc Refine the connection close 6 years ago
message.h Fix payload iteration issue of FormBody; Log form body; ignore body for response of HEAD. 6 years ago
parser.cc Fix payload iteration issue of FormBody; Log form body; ignore body for response of HEAD. 6 years ago
parser.h Rework the body of request and response 6 years ago
queue.h Support persistent connection for server. 6 years ago
request.cc Rework the body of request and response 6 years ago
request.h Rework the body of request and response 6 years ago
request_builder.cc Fix a mistake of disabling keep-alive from request. 6 years ago
request_builder.h Refine the connection close 6 years ago
request_parser.cc Rework the body of request and response 6 years ago
request_parser.h Rework the body of request and response 6 years ago
response.cc Rework the body of request and response 6 years ago
response.h Rework the body of request and response 6 years ago
response_builder.cc Refine the connection close 6 years ago
response_builder.h Allow to stop server and restart server; allow to run loop in multiple threads. 6 years ago
response_parser.cc Fix payload iteration issue of FormBody; Log form body; ignore body for response of HEAD. 6 years ago
response_parser.h Fix payload iteration issue of FormBody; Log form body; ignore body for response of HEAD. 6 years ago
server.cc Allow to set file chunk size to the server. 6 years ago
server.h Allow to set file chunk size to the server. 6 years ago
socket.cc Fix a stack overflow issue when reading large response data. 6 years ago
socket.h Fix a stack overflow issue when reading large response data. 6 years ago
url.cc Merge request handler to server; add FileBody for serving static files. 6 years ago
url.h Merge request handler to server; add FileBody for serving static files. 6 years ago
utility.cc Fix payload iteration issue of FormBody; Log form body; ignore body for response of HEAD. 6 years ago
utility.h Fix payload iteration issue of FormBody; Log form body; ignore body for response of HEAD. 6 years ago
version.h Increase version to 0.2.0 for a new release. 6 years ago
view.h Server API rework. 6 years ago