MinitScript  0.9.31 PRE-BETA
Classes | Typedefs
HTTPClient.h File Reference
#include <sstream>
#include <unordered_map>
#include <vector>
#include <minitscript/minitscript.h>
#include <minitscript/network/httpclient/fwd-minitscript.h>
#include <minitscript/network/httpclient/HTTPClientException.h>
#include <minitscript/os/network/NetworkException.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  HTTPClient
 Basic HTTP client. More...
 

Typedefs

using _HTTPClientException = minitscript::network::httpclient::HTTPClientException
 
using _NetworkException = minitscript::os::network::NetworkException
 

Typedef Documentation

◆ _HTTPClientException

Definition at line 17 of file HTTPClient.h.

◆ _NetworkException

Definition at line 18 of file HTTPClient.h.