http_client.hpp (25b54dba775b31021a3a4677eb79e9771bcb97f7) | http_client.hpp (17c472452c9a3518aeac636d01b8e2f01c4fa21f) |
---|---|
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 --- 30 unchanged lines hidden (view full) --- 39#include <boost/container/devector.hpp> 40#include <boost/system/error_code.hpp> 41#include <boost/url/format.hpp> 42#include <boost/url/url.hpp> 43#include <boost/url/url_view_base.hpp> 44 45#include <cstdlib> 46#include <functional> | 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 --- 30 unchanged lines hidden (view full) --- 39#include <boost/container/devector.hpp> 40#include <boost/system/error_code.hpp> 41#include <boost/url/format.hpp> 42#include <boost/url/url.hpp> 43#include <boost/url/url_view_base.hpp> 44 45#include <cstdlib> 46#include <functional> |
47#include <iostream> | |
48#include <memory> 49#include <queue> 50#include <string> 51 52namespace crow 53{ 54// With Redfish Aggregation it is assumed we will connect to another 55// instance of BMCWeb which can handle 100 simultaneous connections. --- 854 unchanged lines hidden --- | 47#include <memory> 48#include <queue> 49#include <string> 50 51namespace crow 52{ 53// With Redfish Aggregation it is assumed we will connect to another 54// instance of BMCWeb which can handle 100 simultaneous connections. --- 854 unchanged lines hidden --- |