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 3cab68cf33 Rename async functions and the handlers like DoXxx, OnXxx. 7 years ago
..
CMakeLists.txt Move soap specific definitions to separate files 7 years ago
globals.cc Move soap specific definitions to separate files 7 years ago
globals.h Move soap specific definitions to separate files 7 years ago
http_async_client.cc Rename async functions and the handlers like DoXxx, OnXxx. 7 years ago
http_async_client.h Rename async functions and the handlers like DoXxx, OnXxx. 7 years ago
http_client.cc Fix dead loop of HttpClient on Linux; Allow to call Request() multiple times on the same HttpClient object. 7 years ago
http_client.h Fix dead loop of HttpClient on Linux; Allow to call Request() multiple times on the same HttpClient object. 7 years ago
http_connection.cc Rename async functions and the handlers like DoXxx, OnXxx. 7 years ago
http_connection.h Rename async functions and the handlers like DoXxx, OnXxx. 7 years ago
http_message.cc Rework the http header parsing. 7 years ago
http_message.h Refine the handling of content and content length. 7 years ago
http_parser.cc Refine the handling of content and content length. 7 years ago
http_parser.h Refine the handling of content and content length. 7 years ago
http_request.cc Refine HTTP request and response. 7 years ago
http_request.h Support combined host and port. 7 years ago
http_request_handler.cc Replace boost thread with std thread; update rest book example; move soap tutorials to wiki. 7 years ago
http_request_handler.h Replace boost thread with std thread; update rest book example; move soap tutorials to wiki. 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 Refine the parsing of start line; return 201 instead of 200 for POST request. 7 years ago
http_response.h Refine HTTP request and response. 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 async functions and the handlers like DoXxx, OnXxx. 7 years ago
http_server.h Rename async functions and the handlers like DoXxx, OnXxx. 7 years ago
http_ssl_client.cc Support combined host and port. 7 years ago
http_ssl_client.h Refacotring; support HTTPs client. 7 years ago
logger.cc Use gettid() to get thread ID for logger on Linux. 7 years ago
logger.h Encode URL queries. 7 years ago
queue.h Replace boost thread with std thread for queue; refine cmake files. 7 years ago
rest_async_client.cc Add SoapAsyncClient. 7 years ago
rest_async_client.h Add SoapAsyncClient. 7 years ago
rest_client.cc Use HttpClient as member variable inside RestClient and SoapClient. 7 years ago
rest_client.h Use HttpClient as member variable inside RestClient and SoapClient. 7 years ago
rest_request_handler.cc Refactor RestService interfaces. 7 years ago
rest_request_handler.h Reorganize folder structure. 7 years ago
rest_server.h Reorganize folder structure. 7 years ago
rest_service.cc Refactor RestService interfaces. 7 years ago
rest_service.h Refine REST book examples. 7 years ago
rest_service_manager.cc Reorganize folder structure. 7 years ago
rest_service_manager.h Reorganize folder structure. 7 years ago
soap_async_client.cc Move soap specific definitions to separate files 7 years ago
soap_async_client.h Add SoapAsyncClient. 7 years ago
soap_client.cc Use HttpClient as member variable inside RestClient and SoapClient. 7 years ago
soap_client.h Use HttpClient as member variable inside RestClient and SoapClient. 7 years ago
soap_globals.cc Use HttpClient as member variable inside RestClient and SoapClient. 7 years ago
soap_globals.h Use HttpClient as member variable inside RestClient and SoapClient. 7 years ago
soap_message.cc Use HttpClient as member variable inside RestClient and SoapClient. 7 years ago
soap_message.h Use HttpClient as member variable inside RestClient and SoapClient. 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 Move soap specific definitions to separate files 7 years ago
soap_request_handler.h Support CDATA for SOAP request and response; Rename Parameter to SoapParameter; Add book server and client example for SOAP. 7 years ago
soap_response.cc Support CDATA for SOAP request and response; Rename Parameter to SoapParameter; Add book server and client example for SOAP. 7 years ago
soap_response.h Support CDATA for SOAP request and response; Rename Parameter to SoapParameter; Add book server and client example for SOAP. 7 years ago
soap_server.h Support CDATA for SOAP request and response; Rename Parameter to SoapParameter; Add book server and client example for SOAP. 7 years ago
soap_service.h Reorganize folder structure. 7 years ago
soap_xml.cc Support CDATA for SOAP request and response; Rename Parameter to SoapParameter; Add book server and client example for SOAP. 7 years ago
soap_xml.h Support CDATA for SOAP request and response; Rename Parameter to SoapParameter; Add book server and client example for SOAP. 7 years ago
url.cc Refactor RestService interfaces. 7 years ago
url.h Refactor RestService interfaces. 7 years ago
utility.cc Refine timeout control; refine rest book examples. 7 years ago
utility.h Refine timeout control; refine rest book examples. 7 years ago