dnai::http Namespace Reference

Classes

struct  Config
 
class  Observable
 
struct  Response
 
class  Service
 
struct  Status
 
class  Url
 

Typedefs

typedef std::function< Response(Response)> ResponseFunction
 
typedef std::function< Response(Response)> ErrorFunction
 
typedef std::function< void()> FinalityFunction
 
typedef QMap< QString, QString > Headers
 
typedef QMap< QString, QString > Params
 
typedef QMap< QString, QString > Form
 
typedef std::function< void(Url *)> InterceptorFunction
 

Enumerations

enum  BodyType { DEFAULT = 0, MULTIPART, DEVICE }
 

Typedef Documentation

typedef std::function<Response (Response)> dnai::http::ErrorFunction
typedef std::function<void ()> dnai::http::FinalityFunction
typedef QMap<QString, QString> dnai::http::Form
typedef QMap<QString, QString> dnai::http::Headers
typedef std::function<void (Url*)> dnai::http::InterceptorFunction
typedef QMap<QString, QString> dnai::http::Params

Enumeration Type Documentation

Enumerator
DEFAULT 
MULTIPART 
DEVICE