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 a3cab444dc Server API rework. 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
client.cc Fix a compile error when SSL is disabled. 6 years ago
client.h Rework the client error handling 6 years ago
client_pool.cc Remove http prefix 6 years ago
client_pool.h Remove http prefix 6 years ago
client_session.cc Rework the client error handling 6 years ago
client_session.h Remove PostFile() from session; refine cmake files; replace final with override. 6 years ago
common.cc Server API rework. 6 years ago
common.h Server API rework. 6 years ago
config.h.example Remove log level FATA. 6 years ago
config.h.in Remove log level FATA. 6 years ago
connection.cc Don't log EOF as error. 6 years ago
connection.h Add response builder to simplify the response build; refine the service interfaces. 6 years ago
connection_pool.cc Rework the server to remove rest_xxx classes. 6 years ago
connection_pool.h Rework the server to remove rest_xxx classes. 6 years ago
globals.cc Rework the server to remove rest_xxx classes. 6 years ago
globals.h Server API rework. 6 years ago
gzip.cc Allow to add Date header to the request. 6 years ago
gzip.h Add an option to disable GZIP. 6 years ago
logger.cc Rework the server to remove rest_xxx classes. 6 years ago
logger.h Rename macro WIN32 to _WIN32 6 years ago
message.cc Allow to add Date header to the request. 6 years ago
message.h Allow to add Date header to the request. 6 years ago
parser.cc Allow to add Date header to the request. 6 years ago
parser.h Refine parser 6 years ago
queue.h Support persistent connection for server. 6 years ago
request.cc Rework the server to remove rest_xxx classes. 6 years ago
request.h Server API rework. 6 years ago
request_builder.cc Allow to add Date header to the request. 6 years ago
request_builder.h Add response builder to simplify the response build; refine the service interfaces. 6 years ago
request_handler.cc Server API rework. 6 years ago
request_handler.h Server API rework. 6 years ago
request_parser.cc Allow to add Date header to the request. 6 years ago
request_parser.h Remove PostFile() from session; refine cmake files; replace final with override. 6 years ago
response.cc Allow to add Date header to the request. 6 years ago
response.h Add response builder to simplify the response build; refine the service interfaces. 6 years ago
response_builder.cc Add response builder to simplify the response build; refine the service interfaces. 6 years ago
response_builder.h Add response builder to simplify the response build; refine the service interfaces. 6 years ago
response_parser.cc Refine the parsing of response status line; add UT for utility. 6 years ago
response_parser.h Remove PostFile() from session; refine cmake files; replace final with override. 6 years ago
server.cc Server API rework. 6 years ago
server.h Server API rework. 6 years ago
socket.cc Use system certificate on Windows. 6 years ago
socket.h Refine coding style 6 years ago
url.cc Rework the server to remove rest_xxx classes. 6 years ago
url.h Remove http prefix 6 years ago
utility.cc Allow to add Date header to the request. 6 years ago
utility.h Allow to add Date header to the request. 6 years ago
version.h Add RestSslClient; add User-Agent header. 7 years ago
view.cc Server API rework. 6 years ago
view.h Server API rework. 6 years ago