Cuberite
A lightweight, fast and extensible game server for Minecraft
|
#include "Globals.h"
#include "HTTP/UrlClient.h"
#include "HTTP/UrlParser.h"
#include "HTTP/HTTPMessageParser.h"
#include "mbedTLS++/X509Cert.h"
#include "mbedTLS++/CryptoKey.h"
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 > |
using cSchemeHandlerPtr = std::shared_ptr<cSchemeHandler> |
Definition at line 20 of file UrlClient.cpp.