|
iceberg-cpp
|
#include <string>#include <string_view>#include "iceberg/catalog/rest/iceberg_rest_export.h"#include "iceberg/result.h"Go to the source code of this file.
Classes | |
| class | iceberg::rest::Endpoint |
| An Endpoint is an immutable value object identifying a specific REST API operation. It consists of: More... | |
Namespaces | |
| namespace | std |
| STL namespace. | |
Enumerations | |
| enum class | iceberg::rest::HttpMethod : uint8_t { kGet , kPost , kPut , kDelete , kHead } |
| HTTP method enumeration. | |
Functions | |
| constexpr std::string_view | iceberg::rest::ToString (HttpMethod method) |
| Convert HttpMethod to string representation. | |
Endpoint definitions for Iceberg REST API operations.