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 |
HTTP 資源內的位元組範圍。 其他... |
| class | |
| class |
客戶端對伺服器的請求訊息。 其他... |
命名空間
| namespace |
計算輸入二進位資料的雜湊值,使用 SHA256、SHA384 和 SHA512。 |