|
HTTP request and response functionality. More...
#include "azure/core/case_insensitive_containers.hpp"
#include "azure/core/dll_import_export.hpp"
#include "azure/core/exception.hpp"
#include "azure/core/http/http_status_code.hpp"
#include "azure/core/http/raw_response.hpp"
#include "azure/core/internal/contract.hpp"
#include "azure/core/io/body_stream.hpp"
#include "azure/core/nullable.hpp"
#include "azure/core/url.hpp"
#include <algorithm>
#include <cstdint>
#include <functional>
#include <map>
#include <memory>
#include <stdexcept>
#include <string>
#include <unordered_set>
#include <vector>
Go to the source code of this file.
Classes | |
class | Azure::Core::Http::TransportException |
An error while sending the HTTP request with the transport adapter. More... | |
struct | Azure::Core::Http::HttpRange |
The range of bytes within an HTTP resource. More... | |
class | Azure::Core::Http::HttpMethod |
The method to be performed on the resource identified by the Request. More... | |
class | Azure::Core::Http::Request |
A request message from a client to a server. More... | |
Namespaces | |
Azure | |
Azure SDK abstractions. | |
Azure::Core | |
Abstractions commonly used by Azure SDK client libraries. | |
Azure::Core::Http | |
Abstractions related to HTTP transport layer. | |
Azure::Core::Http::Policies | |
Abstractions related to controlling the behavior of HTTP requests. | |