http.hpp ファイル リファレンス

HTTP 要求と応答の機能。 詳細情報

#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 <utility>
#include <vector>

クラス

class  

Azure::Core::Http::TransportException

トランスポート アダプターで HTTP 要求を送信中にエラーが発生しました。 詳細情報

struct  

Azure::Core::Http::HttpRange

HTTP リソース内のバイトの範囲。 詳細情報

class  

Azure::Core::Http::HttpMethod

要求によって識別されるリソースに対して実行されるメソッド。 詳細情報

class  

Azure::Core::Http::Request

クライアントからサーバーへの要求メッセージ。 詳細情報

名前空間

namespace  

Azure

SHA256、SHA384、SHA512 を使用して、入力バイナリ データのハッシュ値を計算します。