File tree Expand file tree Collapse file tree 4 files changed +397
-87
lines changed
tests/functional/http/client Expand file tree Collapse file tree 4 files changed +397
-87
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ Gery Vessere (gery@vessere.com)
3434
3535Cisco Systems
3636Gergely Lukacsy (glukacsy)
37+ Chris Deering (deeringc)
3738
3839Ocedo GmbH
3940Henning Pfeiffer (megaposer)
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ namespace web
3030namespace http { namespace client { namespace details {
3131class winhttp_client ;
3232class winrt_client ;
33+ class asio_context ;
3334}}}
3435namespace websockets { namespace client { namespace details {
3536class winrt_callback_client ;
@@ -124,6 +125,7 @@ class credentials
124125private:
125126 friend class http ::client::details::winhttp_client;
126127 friend class http ::client::details::winrt_client;
128+ friend class http ::client::details::asio_context;
127129 friend class websockets ::client::details::winrt_callback_client;
128130 friend class websockets ::client::details::wspp_callback_client;
129131
You can’t perform that action at this time.
0 commit comments