web::http Namespace
Warning
This topic contains information for the C++ REST SDK 1.0 (codename "Casablanca"). If you are using a later version from the Codeplex Casablanca web page, then use the local documentation at https://casablanca.codeplex.com/documentation.
namespace http;
Members
Namespaces
Name |
Description |
---|---|
Typedefs
Name |
Description |
---|---|
method |
Predefined method strings for the standard HTTP methods mentioned in the HTTP 1.1 specification. |
reason_phrase |
|
status_code |
Classes
Name |
Description |
---|---|
Represents an HTTP error. This class holds an error message and an optional error code. |
|
Represents HTTP headers, acts like a map. |
|
HTTP client handler class, used to represent an HTTP pipeline stage. |
|
Represents an HTTP request. |
|
Represents an HTTP response. |
|
Predefined values for all of the standard HTTP 1.1 response status codes. |
|
A flexible, protocol independent uri implementation. URI instances are immutable. Querying the various fields on an emtpy uri will return empty strings. Querying various diagnostic members on an empty uri will return false. |
|
Builder for constructing URIs incrementally. |
|
A single exception type to represent errors in parsing, encoding, and decoding URIs. |
Structures
Name |
Description |
---|---|
Functions
Name |
Description |
---|---|
Overloaded. Binds an individual reference to a string value. |
Requirements
Header: base_uri.h, http_client.h, http_msg.h, uri_builder.h, uri_parser.h
Namespace: web