Skip to content

Commit

Permalink
Install util/http.hpp (#5893)
Browse files Browse the repository at this point in the history
  • Loading branch information
tgoyne authored Sep 27, 2022
1 parent f81b3ce commit e6320a9
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

### Internals
* Reenable sync benchmark.
* Add util/http.hpp to the release package.

----------------------------------------------

Expand Down
1 change: 1 addition & 0 deletions src/realm/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
17 changes: 17 additions & 0 deletions src/realm/util/http.hpp
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit e6320a9

Please sign in to comment.