
Go to the source code of this file.
Variables | |
| constexpr const char * | k_api = "/api/v1/" |
| constexpr const char * | k_display_config = "Display current ALB config" |
| constexpr const char * | k_header_accept = "accept: " |
| constexpr const char * | k_header_app_json = "application/json" |
| constexpr const char * | k_header_app_octet = "application/octet-stream" |
| constexpr const char * | k_header_content = "Content-Type: " |
| constexpr const char * | k_http = "http://" |
| const std::map< AlbCurlHelper::processing_service_e, std::string > | k_processing_commands |
| constexpr const char * | k_processing_config = "processing/config" |
| constexpr const char * | k_processing_zones = "processing/zones" |
| constexpr const int | k_server_success = 200 |
| constexpr const int | k_server_upload_success = 201 |
| constexpr const char * | k_storage = "storage/" |
| constexpr const char* k_api = "/api/v1/" |
Definition at line 13 of file alb_curl_helper.cpp.
| constexpr const char* k_display_config = "Display current ALB config" |
Definition at line 28 of file alb_curl_helper.cpp.
| constexpr const char* k_header_accept = "accept: " |
Definition at line 23 of file alb_curl_helper.cpp.
| constexpr const char* k_header_app_json = "application/json" |
Definition at line 25 of file alb_curl_helper.cpp.
| constexpr const char* k_header_app_octet = "application/octet-stream" |
Definition at line 26 of file alb_curl_helper.cpp.
| constexpr const char* k_header_content = "Content-Type: " |
Definition at line 24 of file alb_curl_helper.cpp.
| constexpr const char* k_http = "http://" |
Definition at line 12 of file alb_curl_helper.cpp.
| const std::map<AlbCurlHelper::processing_service_e, std::string> k_processing_commands |
Definition at line 14 of file alb_curl_helper.cpp.
| constexpr const char* k_processing_config = "processing/config" |
Definition at line 19 of file alb_curl_helper.cpp.
| constexpr const char* k_processing_zones = "processing/zones" |
Definition at line 20 of file alb_curl_helper.cpp.
| constexpr const int k_server_success = 200 |
Definition at line 31 of file alb_curl_helper.cpp.
| constexpr const int k_server_upload_success = 201 |
Definition at line 32 of file alb_curl_helper.cpp.
| constexpr const char* k_storage = "storage/" |
Definition at line 21 of file alb_curl_helper.cpp.