iceberg-cpp
Loading...
Searching...
No Matches
Variables
constant.h File Reference
#include <string>
#include "iceberg/version.h"

Go to the source code of this file.

Variables

const std::string iceberg::rest::kHeaderContentType = "Content-Type"
 
const std::string iceberg::rest::kHeaderAccept = "Accept"
 
const std::string iceberg::rest::kHeaderXClientVersion = "X-Client-Version"
 
const std::string iceberg::rest::kHeaderUserAgent = "User-Agent"
 
const std::string iceberg::rest::kMimeTypeApplicationJson = "application/json"
 
const std::string iceberg::rest::kMimeTypeFormUrlEncoded = "application/x-www-form-urlencoded"
 
const std::string iceberg::rest::kUserAgentPrefix = "iceberg-cpp/"
 
const std::string iceberg::rest::kUserAgent = "iceberg-cpp/" ICEBERG_VERSION_STRING
 
const std::string iceberg::rest::kQueryParamParent = "parent"
 
const std::string iceberg::rest::kQueryParamPageToken = "page_token"
 

Detailed Description

Constant values for Iceberg REST API.