drogon
C++14/17-based HTTP application framework
Loading...
Searching...
No Matches
HttpClient.h File Reference
#include <drogon/exports.h>
#include <drogon/HttpTypes.h>
#include <drogon/drogon_callbacks.h>
#include <drogon/HttpResponse.h>
#include <drogon/HttpRequest.h>
#include <trantor/utils/NonCopyable.h>
#include <trantor/net/EventLoop.h>
#include <cstddef>
#include <functional>
#include <memory>
#include <future>
#include "drogon/HttpBinder.h"
Include dependency graph for HttpClient.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  drogon::HttpClient
 Asynchronous http client. 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::HttpClientPtr = std::shared_ptr<HttpClient>

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 the MIT license that can be found in the License file.

Drogon