diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c9b4b1a2c2..d92b0361e26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ ### Internals * Reenable sync benchmark. +* Add util/http.hpp to the release package. ---------------------------------------------- @@ -7549,4 +7550,4 @@ Format: 2012-06-?? ---------- - Group() interfaced changed. Now with multiple options. default option changed from readonly... -+ Generated C++ highlevel API for tables with up to 15 columns \ No newline at end of file ++ Generated C++ highlevel API for tables with up to 15 columns diff --git a/src/realm/CMakeLists.txt b/src/realm/CMakeLists.txt index d1b40710fe9..ab571eb8750 100644 --- a/src/realm/CMakeLists.txt +++ b/src/realm/CMakeLists.txt @@ -233,6 +233,7 @@ set(REALM_INSTALL_HEADERS util/functional.hpp util/future.hpp util/hex_dump.hpp + util/http.hpp util/input_stream.hpp util/inspect.hpp util/interprocess_condvar.hpp diff --git a/src/realm/util/http.hpp b/src/realm/util/http.hpp index 7c6ac014001..eac4a6a7be4 100644 --- a/src/realm/util/http.hpp +++ b/src/realm/util/http.hpp @@ -1,3 +1,20 @@ +/************************************************************************* + * + * Copyright 2022 Realm Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + **************************************************************************/ #ifndef REALM_UTIL_HTTP_HPP #define REALM_UTIL_HTTP_HPP