File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -68,8 +68,7 @@ namespace {
6868// / \brief Default error type for unparseable REST responses.
6969constexpr std::string_view kRestExceptionType = " RESTException" ;
7070
71- // / \brief Build final request headers by merging request headers, default headers, and
72- // / applying authentication.
71+ // / \brief Prepare headers for an HTTP request.
7372Result<cpr::Header> BuildHeaders (
7473 const std::unordered_map<std::string, std::string>& request_headers,
7574 const std::unordered_map<std::string, std::string>& default_headers,
Original file line number Diff line number Diff line change 2626
2727#include < nlohmann/json.hpp>
2828
29- #include " iceberg/catalog/rest/auth/auth_manager.h"
3029#include " iceberg/catalog/rest/auth/auth_managers.h"
31- #include " iceberg/catalog/rest/auth/auth_session.h"
3230#include " iceberg/catalog/rest/catalog_properties.h"
3331#include " iceberg/catalog/rest/constant.h"
3432#include " iceberg/catalog/rest/endpoint.h"
3533#include " iceberg/catalog/rest/error_handlers.h"
3634#include " iceberg/catalog/rest/http_client.h"
3735#include " iceberg/catalog/rest/json_serde_internal.h"
3836#include " iceberg/catalog/rest/resource_paths.h"
39- #include " iceberg/catalog/rest/rest_catalog.h"
4037#include " iceberg/catalog/rest/rest_util.h"
4138#include " iceberg/catalog/rest/types.h"
4239#include " iceberg/json_serde_internal.h"
You can’t perform that action at this time.
0 commit comments