AWS SDK for C++
AWS SDK for C++ Version 1.11.440
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
src
aws-cpp-sdk-core
include
aws
core
http
Scheme.h
1
6
#pragma once
7
8
#include <aws/core/Core_EXPORTS.h>
9
10
#include <aws/core/utils/memory/stl/AWSString.h>
11
12
namespace
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);
34
AWS_CORE_API
Scheme
FromString
(
const
char
* name);
35
}
// namespace SchemeMapper
36
}
// namespace Http
37
}
// namespace Aws
38
Aws::Http::SchemeMapper::ToString
AWS_CORE_API const char * ToString(Scheme scheme)
Aws::Http::SchemeMapper::FromString
AWS_CORE_API Scheme FromString(const char *name)
Aws::Http::Scheme
Scheme
Definition
Scheme.h:20
Aws::Http::Scheme::HTTPS
@ HTTPS
Aws::Http::Scheme::HTTP
@ HTTP
Aws
Definition
AmazonSerializableWebServiceRequest.h:16
Generated by
1.9.8
Privacy |
Site terms |
Cookie preferences