http_client.hpp (92a74e566eb02d7bb20c0fcd7d34634c8d59429b) http_client.hpp (1214b7e7d921e331fb1480c7e5d579ffa5811cda)
1/*
2// Copyright (c) 2020 Intel Corporation
3//
4// Licensed under the Apache License, Version 2.0 (the "License");
5// you may not use this file except in compliance with the License.
6// You may obtain a copy of the License at
7//
8// http://www.apache.org/licenses/LICENSE-2.0

--- 4 unchanged lines hidden (view full) ---

13// See the License for the specific language governing permissions and
14// limitations under the License.
15*/
16#pragma once
17#include <boost/asio/strand.hpp>
18#include <boost/beast/core.hpp>
19#include <boost/beast/http.hpp>
20#include <boost/beast/version.hpp>
1/*
2// Copyright (c) 2020 Intel Corporation
3//
4// Licensed under the Apache License, Version 2.0 (the "License");
5// you may not use this file except in compliance with the License.
6// You may obtain a copy of the License at
7//
8// http://www.apache.org/licenses/LICENSE-2.0

--- 4 unchanged lines hidden (view full) ---

13// See the License for the specific language governing permissions and
14// limitations under the License.
15*/
16#pragma once
17#include <boost/asio/strand.hpp>
18#include <boost/beast/core.hpp>
19#include <boost/beast/http.hpp>
20#include <boost/beast/version.hpp>
21
21#include <cstdlib>
22#include <functional>
23#include <iostream>
24#include <memory>
25#include <queue>
26#include <string>
27
28namespace crow

--- 282 unchanged lines hidden ---
22#include <cstdlib>
23#include <functional>
24#include <iostream>
25#include <memory>
26#include <queue>
27#include <string>
28
29namespace crow

--- 282 unchanged lines hidden ---