AWS SDK for C++  0.12.9
AWS SDK for C++
Namespaces | Typedefs | Functions | Variables
HttpTypes.h File Reference
#include <aws/core/Core_EXPORTS.h>
#include <aws/core/utils/memory/stl/AWSList.h>
#include <aws/core/utils/memory/stl/AWSString.h>
#include <aws/core/utils/memory/stl/AWSMap.h>
#include <memory>

Go to the source code of this file.

Namespaces

 Aws
 JSON (JavaScript Object Notation).
 
 Aws::Http
 
 Aws::Http::HttpMethodMapper
 

Typedefs

typedef std::pair< Aws::String, Aws::StringAws::Http::HeaderValuePair
 
typedef Aws::Map< Aws::String, Aws::StringAws::Http::HeaderValueCollection
 

Functions

AWS_CORE_API const char * Aws::Http::HttpMethodMapper::GetNameForHttpMethod (HttpMethod httpMethod)
 

Variables

 HTTP_GET
 
 HTTP_POST
 
 HTTP_DELETE
 
 HTTP_PUT
 
 HTTP_HEAD
 
 DEFAULT_CLIENT
 
 CURL_CLIENT
 
 WIN_INET_CLIENT
 

Variable Documentation

CURL_CLIENT

Definition at line 48 of file HttpTypes.h.

DEFAULT_CLIENT

Definition at line 48 of file HttpTypes.h.

HTTP_DELETE

Definition at line 35 of file HttpTypes.h.

HTTP_GET

Definition at line 35 of file HttpTypes.h.

HTTP_HEAD

Definition at line 35 of file HttpTypes.h.

HTTP_POST

Definition at line 35 of file HttpTypes.h.

HTTP_PUT

Definition at line 35 of file HttpTypes.h.

WIN_INET_CLIENT

Definition at line 48 of file HttpTypes.h.