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 9ecec5de0b Add a base class for HttpClient and HttpSslClient to eliminate duplicate code. 7 years ago
..
CMakeLists.txt Add a base class for HttpClient and HttpSslClient to eliminate duplicate code. 7 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 Allow to set buffer size for client; don't auto adjust reading buffer size; refine the global definitions. 7 years ago
globals.h Allow to set buffer size for client; don't auto adjust reading buffer size; refine the global definitions. 7 years ago
http_async_client.cc Allow to set buffer size for client; don't auto adjust reading buffer size; refine the global definitions. 7 years ago
http_async_client.h Allow to set buffer size for client; don't auto adjust reading buffer size; refine the global definitions. 7 years ago
http_client.cc Add a base class for HttpClient and HttpSslClient to eliminate duplicate code. 7 years ago
http_client.h Add a base class for HttpClient and HttpSslClient to eliminate duplicate code. 7 years ago
http_client_base.cc Add a base class for HttpClient and HttpSslClient to eliminate duplicate code. 7 years ago
http_client_base.h Add a base class for HttpClient and HttpSslClient to eliminate duplicate code. 7 years ago
http_message.cc Allow to set buffer size for client; don't auto adjust reading buffer size; refine the global definitions. 7 years ago
http_message.h Allow to set buffer size for client; don't auto adjust reading buffer size; refine the global definitions. 7 years ago
http_parser.cc Allow to set buffer size for client; don't auto adjust reading buffer size; refine the global definitions. 7 years ago
http_parser.h Allow to set buffer size for client; don't auto adjust reading buffer size; refine the global definitions. 7 years ago
http_request.cc Allow to set buffer size for client; don't auto adjust reading buffer size; refine the global definitions. 7 years ago
http_request.h Allow to set buffer size for client; don't auto adjust reading buffer size; refine the global definitions. 7 years ago
http_request_handler.cc Rename HttpConnection to HttpSession; refine error messages. 7 years ago
http_request_handler.h Rename HttpConnection to HttpSession; refine error messages. 7 years ago
http_request_parser.cc Reorganize folder structure. 7 years ago
http_request_parser.h Reorganize folder structure. 7 years ago
http_response.cc Allow to set buffer size for client; don't auto adjust reading buffer size; refine the global definitions. 7 years ago
http_response.h Allow to set buffer size for client; don't auto adjust reading buffer size; refine the global definitions. 7 years ago
http_response_parser.cc Refine the parsing of start line; return 201 instead of 200 for POST request. 7 years ago
http_response_parser.h Reorganize folder structure. 7 years ago
http_server.cc Rename HttpConnection to HttpSession; refine error messages. 7 years ago
http_server.h Rename HttpConnection to HttpSession; refine error messages. 7 years ago
http_session.cc Allow to set buffer size for client; don't auto adjust reading buffer size; refine the global definitions. 7 years ago
http_session.h Allow to set buffer size for client; don't auto adjust reading buffer size; refine the global definitions. 7 years ago
http_ssl_client.cc Add a base class for HttpClient and HttpSslClient to eliminate duplicate code. 7 years ago
http_ssl_client.h Add a base class for HttpClient and HttpSslClient to eliminate duplicate code. 7 years ago
logger.cc Add Server and Date fields to HTTP header of response. 7 years ago
logger.h Add config.h.in which produces the config.h on CMake configure. 7 years ago
queue.h Replace boost thread with std thread for queue; refine cmake files. 7 years ago
rest_async_client.cc Allow to set buffer size for client; don't auto adjust reading buffer size; refine the global definitions. 7 years ago
rest_async_client.h Allow to set buffer size for client; don't auto adjust reading buffer size; refine the global definitions. 7 years ago
rest_client.cc Allow to set buffer size for client; don't auto adjust reading buffer size; refine the global definitions. 7 years ago
rest_client.h Allow to set buffer size for client; don't auto adjust reading buffer size; refine the global definitions. 7 years ago
rest_request_handler.cc Allow to set buffer size for client; don't auto adjust reading buffer size; refine the global definitions. 7 years ago
rest_request_handler.h Rename HttpConnection to HttpSession; refine error messages. 7 years ago
rest_server.h Reorganize folder structure. 7 years ago
rest_service.cc Refactor RestService interfaces. 7 years ago
rest_service.h Allow to set buffer size for client; don't auto adjust reading buffer size; refine the global definitions. 7 years ago
rest_service_manager.cc Reorganize folder structure. 7 years ago
rest_service_manager.h Rename HttpConnection to HttpSession; refine error messages. 7 years ago
rest_ssl_client.cc Allow to set buffer size for client; don't auto adjust reading buffer size; refine the global definitions. 7 years ago
rest_ssl_client.h Allow to set buffer size for client; don't auto adjust reading buffer size; refine the global definitions. 7 years ago
soap_async_client.cc Allow to set buffer size for client; don't auto adjust reading buffer size; refine the global definitions. 7 years ago
soap_async_client.h Allow to set buffer size for client; don't auto adjust reading buffer size; refine the global definitions. 7 years ago
soap_client.cc Allow to set buffer size for client; don't auto adjust reading buffer size; refine the global definitions. 7 years ago
soap_client.h Allow to set buffer size for client; don't auto adjust reading buffer size; refine the global definitions. 7 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 Rework the parsing of soap response. 7 years ago
soap_parameter.h Add a macro to allow default move copy constructor and assignment operator above VS2013. 7 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 Support CDATA for SOAP request and response; Rename Parameter to SoapParameter; Add book server and client example for SOAP. 7 years ago
soap_request_handler.cc Allow to set buffer size for client; don't auto adjust reading buffer size; refine the global definitions. 7 years ago
soap_request_handler.h Support to use SOAP 1.1 or 1.2. 7 years ago
soap_response.cc Improve the response result composition. 7 years ago
soap_response.h Improve the response result composition. 7 years ago
soap_server.h Support to use SOAP 1.1 or 1.2. 7 years ago
soap_service.h Allow to set buffer size for client; don't auto adjust reading buffer size; refine the global definitions. 7 years ago
soap_xml.cc Improve the response result composition. 7 years ago
soap_xml.h Improve the response result composition. 7 years ago
url.cc Rename BasicRestClient to RestBasicClient. 7 years ago
url.h Rename BasicRestClient to RestBasicClient. 7 years ago
utility.cc Allow to set buffer size for client; don't auto adjust reading buffer size; refine the global definitions. 7 years ago
utility.h Allow to set buffer size for client; don't auto adjust reading buffer size; refine the global definitions. 7 years ago
version.h Add RestSslClient; add User-Agent header. 7 years ago