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 964d21748a Rename BasicRestClient to RestBasicClient. 7 years ago
..
CMakeLists.txt Rename BasicRestClient to RestBasicClient. 7 years ago
globals.cc Add RestSslClient; add User-Agent header. 7 years ago
globals.h Limit the HTTP body content to dump/log. 7 years ago
http_async_client.cc Rename HttpConnection to HttpSession; refine error messages. 7 years ago
http_async_client.h Rename HttpConnection to HttpSession; refine error messages. 7 years ago
http_client.cc Add RestSslClient; add User-Agent header. 7 years ago
http_client.h Rename HttpConnection to HttpSession; refine error messages. 7 years ago
http_message.cc Limit the HTTP body content to dump/log. 7 years ago
http_message.h Add RestSslClient; add User-Agent header. 7 years ago
http_parser.cc Refine the handling of content and content length. 7 years ago
http_parser.h Rename HttpConnection to HttpSession; refine error messages. 7 years ago
http_request.cc Add a space between literal and string macro to eliminate warning under G++. 7 years ago
http_request.h Add clang format config file. 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 Add Server and Date fields to HTTP header of response. 7 years ago
http_response.h Add RestSslClient; add User-Agent header. 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 Add RestSslClient; add User-Agent header. 7 years ago
http_session.h Rename HttpConnection to HttpSession; refine error messages. 7 years ago
http_ssl_client.cc Add RestSslClient; add User-Agent header. 7 years ago
http_ssl_client.h Add RestSslClient; add User-Agent header. 7 years ago
logger.cc Add Server and Date fields to HTTP header of response. 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 RestSslClient; add User-Agent header. 7 years ago
rest_async_client.h Add SoapAsyncClient. 7 years ago
rest_basic_client.h Rename BasicRestClient to RestBasicClient. 7 years ago
rest_client.h Rename BasicRestClient to RestBasicClient. 7 years ago
rest_request_handler.cc Rename BasicRestClient to RestBasicClient. 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 Refine REST book examples. 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.h Rename BasicRestClient to RestBasicClient. 7 years ago
soap_async_client.cc Add RestSslClient; add User-Agent header. 7 years ago
soap_async_client.h Support to use SOAP 1.1 or 1.2. 7 years ago
soap_client.cc Add RestSslClient; add User-Agent header. 7 years ago
soap_client.h Rework the parsing of soap response. 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 Support to use SOAP 1.1 or 1.2. 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 Reorganize folder structure. 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 Add Server and Date fields to HTTP header of response. 7 years ago
utility.h Add Server and Date fields to HTTP header of response. 7 years ago
version.h Add RestSslClient; add User-Agent header. 7 years ago