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 5abd7e275c Refine keep-alive connections. 6 years ago
..
CMakeLists.txt Merge HttpClient and HttpSslClient; draft of client connection pool. 6 years ago
config.h.example Add an example config.h file. 7 years ago
config.h.in Add config.h.in which produces the config.h on CMake configure. 7 years ago
globals.cc Drop the support of VS2013 6 years ago
globals.h Drop the support of VS2013 6 years ago
http_client.cc Refine keep-alive connections. 6 years ago
http_client.h Refine keep-alive connections. 6 years ago
http_client_pool.cc Refine keep-alive connections. 6 years ago
http_client_pool.h Refine keep-alive connections. 6 years ago
http_client_session.cc Refine keep-alive connections. 6 years ago
http_client_session.h Refine keep-alive connections. 6 years ago
http_connection.cc Initial client API V2 6 years ago
http_connection.h Drop the support of VS2013 6 years ago
http_message.cc Refine keep-alive connections. 6 years ago
http_message.h Refine keep-alive connections. 6 years ago
http_parser.cc Throw exception from inside HttpClientSession.Request(). 6 years ago
http_parser.h Drop the support of VS2013 6 years ago
http_request.cc Throw exception from inside HttpClientSession.Request(). 6 years ago
http_request.h Cleanup async client APIs. 6 years ago
http_request_args.h Drop the support of VS2013 6 years ago
http_request_handler.cc Initial client API V2 6 years ago
http_request_handler.h Drop the support of VS2013 6 years ago
http_request_parser.cc Cleanup async client APIs. 6 years ago
http_request_parser.h Cleanup async client APIs. 6 years ago
http_response.cc Drop the support of VS2013 6 years ago
http_response.h Cleanup async client APIs. 6 years ago
http_response_parser.cc Initial client API V2 6 years ago
http_response_parser.h Cleanup async client APIs. 6 years ago
http_server.cc Initial client API V2 6 years ago
http_server.h Drop the support of VS2013 6 years ago
http_socket.cc Merge HttpClient and HttpSslClient; draft of client connection pool. 6 years ago
http_socket.h Merge HttpClient and HttpSslClient; draft of client connection pool. 6 years ago
logger.cc Add a base class for http async clients; refine examples. 7 years ago
logger.h Add config.h.in which produces the config.h on CMake configure. 7 years ago
queue.h Cleanup async client APIs. 6 years ago
rest_request_handler.cc Initial client API V2 6 years ago
rest_request_handler.h Refine keep-alive connections. 6 years ago
rest_server.h Refine keep-alive connections. 6 years ago
rest_service.cc Initial client API V2 6 years ago
rest_service.h Cleanup async client APIs. 6 years ago
rest_service_manager.cc Reorganize folder structure. 7 years ago
rest_service_manager.h Refine keep-alive connections. 6 years ago
soap_client.cc Drop the support of VS2013 6 years ago
soap_client.h Drop the support of VS2013 6 years ago
soap_globals.cc Rework the parsing of soap response. 7 years ago
soap_globals.h Rework the parsing of soap response. 7 years ago
soap_message.cc Use HttpClient as member variable inside RestClient and SoapClient. 7 years ago
soap_message.h Refine keep-alive connections. 6 years ago
soap_parameter.h Drop the support of VS2013 6 years ago
soap_request.cc Support CDATA for SOAP request and response; Rename Parameter to SoapParameter; Add book server and client example for SOAP. 7 years ago
soap_request.h Refine keep-alive connections. 6 years ago
soap_request_handler.cc Initial client API V2 6 years ago
soap_request_handler.h Refine keep-alive connections. 6 years ago
soap_response.cc Improve the response result composition. 7 years ago
soap_response.h Refine keep-alive connections. 6 years ago
soap_server.h Refine keep-alive connections. 6 years ago
soap_service.h Refine keep-alive connections. 6 years ago
soap_xml.cc Improve the response result composition. 7 years ago
soap_xml.h Cleanup async client APIs. 6 years ago
url.cc Initial client API V2 6 years ago
url.h Drop the support of VS2013 6 years ago
utility.cc Drop the support of VS2013 6 years ago
utility.h Drop the support of VS2013 6 years ago
version.h Add RestSslClient; add User-Agent header. 7 years ago