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 ffa0794926 Handle both HTTP & HTTPS in HttpClientSession; remove macro WEBCC_ENABLE_SSL. 6 years ago
..
CMakeLists.txt Handle both HTTP & HTTPS in HttpClientSession; remove macro WEBCC_ENABLE_SSL. 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 Initial client API V2 6 years ago
globals.h Initial client API V2 6 years ago
http_async_client.cc Add a base class for http async clients; refine examples. 7 years ago
http_async_client.h Forbit to create http async clients on stack since they are derived from std::shared_from_this. 6 years ago
http_async_client_base.cc Add a base class for http async clients; refine examples. 7 years ago
http_async_client_base.h Breaking changes on the client, push only for keeping the history. 6 years ago
http_client.cc Add a base class for http async clients; refine examples. 7 years ago
http_client.h Initial client API V2 6 years ago
http_client_base.cc Add a base class for http async clients; refine examples. 7 years ago
http_client_base.h Breaking changes on the client, push only for keeping the history. 6 years ago
http_client_session.cc Handle both HTTP & HTTPS in HttpClientSession; remove macro WEBCC_ENABLE_SSL. 6 years ago
http_client_session.h Initial client API V2 6 years ago
http_connection.cc Initial client API V2 6 years ago
http_connection.h Initial client API V2 6 years ago
http_message.cc Initial client API V2 6 years ago
http_message.h Initial client API V2 6 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 Initial client API V2 6 years ago
http_request.h Initial client API V2 6 years ago
http_request_args.h Handle both HTTP & HTTPS in HttpClientSession; remove macro WEBCC_ENABLE_SSL. 6 years ago
http_request_handler.cc Initial client API V2 6 years ago
http_request_handler.h Initial client API V2 6 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 Initial client API V2 6 years ago
http_response.h Initial client API V2 6 years ago
http_response_parser.cc Initial client API V2 6 years ago
http_response_parser.h Reorganize folder structure. 7 years ago
http_server.cc Initial client API V2 6 years ago
http_server.h Initial client API V2 6 years ago
http_ssl_async_client.cc Add a base class for http async clients; refine examples. 7 years ago
http_ssl_async_client.h Forbit to create http async clients on stack since they are derived from std::shared_from_this. 6 years ago
http_ssl_client.cc Initial client API V2 6 years ago
http_ssl_client.h Breaking changes on the client, push only for keeping the history. 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 Replace boost thread with std thread for queue; refine cmake files. 7 years ago
rest_async_client.cc Forbit to create http async clients on stack since they are derived from std::shared_from_this. 6 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 Add a base class for http async clients; refine examples. 7 years ago
rest_client.h Initial client API V2 6 years ago
rest_request_handler.cc Initial client API V2 6 years ago
rest_request_handler.h Initial client API V2 6 years ago
rest_server.h Reorganize folder structure. 7 years ago
rest_service.cc Initial client API V2 6 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 Breaking changes on the client, push only for keeping the history. 6 years ago
rest_ssl_client.h Initial client API V2 6 years ago
soap_async_client.cc Forbit to create http async clients on stack since they are derived from std::shared_from_this. 6 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 Initial client API V2 6 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 Initial client API V2 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 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 Initial client API V2 6 years ago
soap_request_handler.h Initial client API V2 6 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 Initial client API V2 6 years ago
url.h Initial client API V2 6 years ago
utility.cc Add a base class for http async clients; refine examples. 7 years ago
utility.h Add a base class for http async clients; refine examples. 7 years ago
version.h Add RestSslClient; add User-Agent header. 7 years ago