drogon
C++14/17-based HTTP application framework
Loading...
Searching...
No Matches
WebSocketClient.h File Reference
#include <drogon/HttpRequest.h>
#include <drogon/HttpResponse.h>
#include <drogon/WebSocketConnection.h>
#include <drogon/HttpTypes.h>
#include <functional>
#include <memory>
#include <string>
#include <trantor/net/EventLoop.h>
Include dependency graph for WebSocketClient.h:

Go to the source code of this file.

Classes

class  drogon::WebSocketClient
 WebSocket client abstract class. More...

Namespaces

namespace  drogon
 Drogon Test is a minimal effort test framework developed because the major C++ test frameworks doesn't handle async programs well. Drogon Test's syntax is inspired by both Google Test and Catch2.

Typedefs

using drogon::WebSocketClientPtr = std::shared_ptr<WebSocketClient>
using drogon::WebSocketRequestCallback

Detailed Description

Author
An Tao

Copyright 2018, An Tao. All rights reserved. https://github.com/an-tao/drogon Use of this source code is governed by a MIT license that can be found in the License file.

Drogon