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.
14 lines
273 B
C
14 lines
273 B
C
![]()
7 years ago
|
#ifndef WEBCC_REST_SSL_CLIENT_H_
|
||
|
#define WEBCC_REST_SSL_CLIENT_H_
|
||
|
|
||
|
#include "webcc/basic_rest_client.h"
|
||
|
#include "webcc/http_ssl_client.h"
|
||
|
|
||
|
namespace webcc {
|
||
|
|
||
|
typedef BasicRestClient<HttpSslClient> RestSslClient;
|
||
|
|
||
|
} // namespace webcc
|
||
|
|
||
|
#endif // WEBCC_REST_SSL_CLIENT_H_
|