AWS SDK for C++  0.12.9
AWS SDK for C++
Classes | Namespaces | Variables
HttpResponse.h File Reference
#include <aws/core/Core_EXPORTS.h>
#include <aws/core/http/HttpRequest.h>
#include <aws/core/http/HttpTypes.h>
#include <aws/core/utils/memory/AWSMemory.h>
#include <aws/core/utils/memory/stl/AWSStreamFwd.h>

Go to the source code of this file.

Classes

class  Aws::Http::HttpResponse
 

Namespaces

 Aws
 JSON (JavaScript Object Notation).
 
 Aws::Utils
 
 Aws::Utils::Stream
 
 Aws::Http
 

Variables

 REQUEST_NOT_MADE = -1
 
 CONTINUE = 100
 
 SWITCHING_PROTOCOLS = 101
 
 PROCESSING = 102
 
 OK = 200
 
 CREATED = 201
 
 ACCEPTED = 202
 
 NON_AUTHORITATIVE_INFORMATION = 203
 
 NO_CONTENT = 204
 
 RESET_CONTENT = 205
 
 PARTIAL_CONTENT = 206
 
 MULTI_STATUS = 207
 
 ALREADY_REPORTED = 208
 
 IM_USED = 226
 
 MULTIPLE_CHOICES = 300
 
 MOVED_PERMANENTLY = 301
 
 FOUND = 302
 
 SEE_OTHER = 303
 
 NOT_MODIFIED = 304
 
 USE_PROXY = 305
 
 SWITCH_PROXY = 306
 
 TEMPORARY_REDIRECT = 307
 
 PERMANENT_REDIRECT = 308
 
 BAD_REQUEST = 400
 
 UNAUTHORIZED = 401
 
 PAYMENT_REQUIRED = 402
 
 FORBIDDEN = 403
 
 NOT_FOUND = 404
 
 METHOD_NOT_ALLOWED = 405
 
 NOT_ACCEPTABLE = 406
 
 PROXY_AUTHENTICATION_REQUIRED = 407
 
 REQUEST_TIMEOUT = 408
 
 CONFLICT = 409
 
 GONE = 410
 
 LENGTH_REQUIRED = 411
 
 PRECONDITION_FAILED = 412
 
 REQUEST_ENTITY_TOO_LARGE = 413
 
 REQUEST_URI_TOO_LONG = 414
 
 UNSUPPORTED_MEDIA_TYPE = 415
 
 REQUESTED_RANGE_NOT_SATISFIABLE = 416
 
 EXPECTATION_FAILED = 417
 
 IM_A_TEAPOT = 418
 
 AUTHENTICATION_TIMEOUT = 419
 
 METHOD_FAILURE = 420
 
 UNPROC_ENTITY = 422
 
 LOCKED = 423
 
 FAILED_DEPENDENCY = 424
 
 UPGRADE_REQUIRED = 426
 
 PRECONDITION_REQUIRED = 427
 
 TOO_MANY_REQUESTS = 429
 
 REQUEST_HEADER_FIELDS_TOO_LARGE = 431
 
 LOGIN_TIMEOUT = 440
 
 NO_RESPONSE = 444
 
 RETRY_WITH = 449
 
 BLOCKED = 450
 
 REDIRECT = 451
 
 REQUEST_HEADER_TOO_LARGE = 494
 
 CERT_ERROR = 495
 
 NO_CERT = 496
 
 HTTP_TO_HTTPS = 497
 
 CLIENT_CLOSED_TO_REQUEST = 499
 
 INTERNAL_SERVER_ERROR = 500
 
 NOT_IMPLEMENTED = 501
 
 BAD_GATEWAY = 502
 
 SERVICE_UNAVAILABLE = 503
 
 GATEWAY_TIMEOUT = 504
 
 HTTP_VERSION_NOT_SUPPORTED = 505
 
 VARIANT_ALSO_NEGOTIATES = 506
 
 INSUFFICIENT_STORAGE = 506
 
 LOOP_DETECTED = 508
 
 BANDWIDTH_LIMIT_EXCEEDED = 509
 
 NOT_EXTENDED = 510
 
 NETWORK_AUTHENTICATION_REQUIRED = 511
 
 NETWORK_READ_TIMEOUT = 598
 

Variable Documentation

ACCEPTED = 202

Definition at line 46 of file HttpResponse.h.

ALREADY_REPORTED = 208

Definition at line 52 of file HttpResponse.h.

AUTHENTICATION_TIMEOUT = 419

Definition at line 82 of file HttpResponse.h.

BAD_GATEWAY = 502

Definition at line 103 of file HttpResponse.h.

BAD_REQUEST = 400

Definition at line 63 of file HttpResponse.h.

BANDWIDTH_LIMIT_EXCEEDED = 509

Definition at line 110 of file HttpResponse.h.

BLOCKED = 450

Definition at line 94 of file HttpResponse.h.

CERT_ERROR = 495

Definition at line 97 of file HttpResponse.h.

CLIENT_CLOSED_TO_REQUEST = 499

Definition at line 100 of file HttpResponse.h.

CONFLICT = 409

Definition at line 72 of file HttpResponse.h.

CONTINUE = 100

Definition at line 41 of file HttpResponse.h.

CREATED = 201

Definition at line 45 of file HttpResponse.h.

EXPECTATION_FAILED = 417

Definition at line 80 of file HttpResponse.h.

FAILED_DEPENDENCY = 424

Definition at line 86 of file HttpResponse.h.

FORBIDDEN = 403

Definition at line 66 of file HttpResponse.h.

FOUND = 302

Definition at line 56 of file HttpResponse.h.

GATEWAY_TIMEOUT = 504

Definition at line 105 of file HttpResponse.h.

GONE = 410

Definition at line 73 of file HttpResponse.h.

HTTP_TO_HTTPS = 497

Definition at line 99 of file HttpResponse.h.

HTTP_VERSION_NOT_SUPPORTED = 505

Definition at line 106 of file HttpResponse.h.

IM_A_TEAPOT = 418

Definition at line 81 of file HttpResponse.h.

IM_USED = 226

Definition at line 53 of file HttpResponse.h.

INSUFFICIENT_STORAGE = 506

Definition at line 108 of file HttpResponse.h.

INTERNAL_SERVER_ERROR = 500

Definition at line 101 of file HttpResponse.h.

LENGTH_REQUIRED = 411

Definition at line 74 of file HttpResponse.h.

LOCKED = 423

Definition at line 85 of file HttpResponse.h.

LOGIN_TIMEOUT = 440

Definition at line 91 of file HttpResponse.h.

LOOP_DETECTED = 508

Definition at line 109 of file HttpResponse.h.

METHOD_FAILURE = 420

Definition at line 83 of file HttpResponse.h.

METHOD_NOT_ALLOWED = 405

Definition at line 68 of file HttpResponse.h.

MOVED_PERMANENTLY = 301

Definition at line 55 of file HttpResponse.h.

MULTI_STATUS = 207

Definition at line 51 of file HttpResponse.h.

MULTIPLE_CHOICES = 300

Definition at line 54 of file HttpResponse.h.

NETWORK_AUTHENTICATION_REQUIRED = 511

Definition at line 112 of file HttpResponse.h.

NETWORK_READ_TIMEOUT = 598

Definition at line 113 of file HttpResponse.h.

NO_CERT = 496

Definition at line 98 of file HttpResponse.h.

NO_CONTENT = 204

Definition at line 48 of file HttpResponse.h.

NO_RESPONSE = 444

Definition at line 92 of file HttpResponse.h.

NON_AUTHORITATIVE_INFORMATION = 203

Definition at line 47 of file HttpResponse.h.

NOT_ACCEPTABLE = 406

Definition at line 69 of file HttpResponse.h.

NOT_EXTENDED = 510

Definition at line 111 of file HttpResponse.h.

NOT_FOUND = 404

Definition at line 67 of file HttpResponse.h.

NOT_IMPLEMENTED = 501

Definition at line 102 of file HttpResponse.h.

NOT_MODIFIED = 304

Definition at line 58 of file HttpResponse.h.

OK = 200

Definition at line 44 of file HttpResponse.h.

PARTIAL_CONTENT = 206

Definition at line 50 of file HttpResponse.h.

PAYMENT_REQUIRED = 402

Definition at line 65 of file HttpResponse.h.

PERMANENT_REDIRECT = 308

Definition at line 62 of file HttpResponse.h.

PRECONDITION_FAILED = 412

Definition at line 75 of file HttpResponse.h.

PRECONDITION_REQUIRED = 427

Definition at line 88 of file HttpResponse.h.

PROCESSING = 102

Definition at line 43 of file HttpResponse.h.

PROXY_AUTHENTICATION_REQUIRED = 407

Definition at line 70 of file HttpResponse.h.

REDIRECT = 451

Definition at line 95 of file HttpResponse.h.

REQUEST_ENTITY_TOO_LARGE = 413

Definition at line 76 of file HttpResponse.h.

REQUEST_HEADER_FIELDS_TOO_LARGE = 431

Definition at line 90 of file HttpResponse.h.

REQUEST_HEADER_TOO_LARGE = 494

Definition at line 96 of file HttpResponse.h.

REQUEST_NOT_MADE = -1

Definition at line 40 of file HttpResponse.h.

REQUEST_TIMEOUT = 408

Definition at line 71 of file HttpResponse.h.

REQUEST_URI_TOO_LONG = 414

Definition at line 77 of file HttpResponse.h.

REQUESTED_RANGE_NOT_SATISFIABLE = 416

Definition at line 79 of file HttpResponse.h.

RESET_CONTENT = 205

Definition at line 49 of file HttpResponse.h.

RETRY_WITH = 449

Definition at line 93 of file HttpResponse.h.

SEE_OTHER = 303

Definition at line 57 of file HttpResponse.h.

SERVICE_UNAVAILABLE = 503

Definition at line 104 of file HttpResponse.h.

SWITCH_PROXY = 306

Definition at line 60 of file HttpResponse.h.

SWITCHING_PROTOCOLS = 101

Definition at line 42 of file HttpResponse.h.

TEMPORARY_REDIRECT = 307

Definition at line 61 of file HttpResponse.h.

TOO_MANY_REQUESTS = 429

Definition at line 89 of file HttpResponse.h.

UNAUTHORIZED = 401

Definition at line 64 of file HttpResponse.h.

UNPROC_ENTITY = 422

Definition at line 84 of file HttpResponse.h.

UNSUPPORTED_MEDIA_TYPE = 415

Definition at line 78 of file HttpResponse.h.

UPGRADE_REQUIRED = 426

Definition at line 87 of file HttpResponse.h.

USE_PROXY = 305

Definition at line 59 of file HttpResponse.h.

VARIANT_ALSO_NEGOTIATES = 506

Definition at line 107 of file HttpResponse.h.