Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 boost::asio 并且一直在查看有关如何连接到 ssl 主机的示例代码。但是我想在通过ssl连接到服务器后发送一个get请求,这怎么可能?我是否像 http 示例那样发送 get 请求?
握手完成后(handle_handshake在示例中)并且没有错误,您应该能够像使用任何其他 Boost ASIO 连接一样使用该连接。
handle_handshake