| Top |  |  |  |  | 
| MatrixHTTPClientMatrixHTTPClient — An event-driven client class to communicate with HTTP based Matrix.org servers. | 
#define MATRIX_TYPE_HTTP_CLIENT (matrix_http_client_get_type ())
The type for MatrixHTTPClient.
struct MatrixHTTPClient {
	MatrixHTTPAPI parent_instance;
	MatrixHTTPClientPrivate * priv;
};
An event-driven client class to communicate with HTTP based Matrix.org servers.
struct MatrixHTTPClientClass {
	MatrixHTTPAPIClass parent_class;
};
The class structure for MATRIX_TYPE_HTTP_CLIENT. All the fields in this structure are private and should never be accessed directly.