Cuberite
A lightweight, fast and extensible game server for Minecraft
Classes | Typedefs
UrlClient.cpp File Reference
#include "Globals.h"
#include "HTTP/UrlClient.h"
#include "HTTP/UrlParser.h"
#include "HTTP/HTTPMessageParser.h"
#include "mbedTLS++/X509Cert.h"
#include "mbedTLS++/CryptoKey.h"
Include dependency graph for UrlClient.cpp:

Go to the source code of this file.

Classes

class  cHttpSchemeHandler
 cSchemeHandler descendant that handles HTTP (and HTTPS) requests. More...
 
class  cUrlClientRequest
 

Typedefs

using cSchemeHandlerPtr = std::shared_ptr< cSchemeHandler >
 

Typedef Documentation

◆ cSchemeHandlerPtr

using cSchemeHandlerPtr = std::shared_ptr<cSchemeHandler>

Definition at line 20 of file UrlClient.cpp.