AWS SDK for C++
AWS SDK for C++
Loading...
Searching...
No Matches
Scheme.h
Go to the documentation of this file.
1
6#pragma once
7
9
11
12namespace Aws
13{
14 namespace Http
15 {
19 enum class Scheme
20 {
21 HTTP,
22 HTTPS
23 };
24
25 namespace SchemeMapper
26 {
30 AWS_CORE_API const char* ToString(Scheme scheme);
35 } // namespace SchemeMapper
36 } // namespace Http
37} // namespace Aws
38
#define AWS_CORE_API
Definition: Core_EXPORTS.h:26
const char *const name
Definition: cJSON.h:278
AWS_CORE_API const char * ToString(Scheme scheme)
AWS_CORE_API Scheme FromString(const char *name)