kodi
Classes
PltHttpClientTask.h File Reference

HTTP Client tasks. More...

#include "Neptune.h"
#include "PltHttp.h"
#include "PltThreadTask.h"
Include dependency graph for PltHttpClientTask.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  PLT_HttpClientSocketTask
 The PLT_HttpClientSocketTask class is the base class used to send a HTTP request asynchronously using a task (thread). More...
 
class  PLT_HttpClientTask< T >
 The PLT_HttpClientTask class is a templatized version of PLT_HttpClientSocketTask to support arbitrary delegation of HTTP response handling. More...
 

Detailed Description

HTTP Client tasks.