A text only class to manage HTTP requests.
More...
#include "us_http_post.h"
A text only class to manage HTTP requests.
Definition at line 12 of file us_http_post.h.
US_HttpPost::US_HttpPost |
( |
const QString & |
url, |
|
|
const QString & |
request |
|
) |
| |
Make an HTTP POST request.
- Parameters
-
url | The destination URL |
request | The data to send with the request |
Definition at line 4 of file us_http_post.cpp.
void US_HttpPost::postError |
( |
QNetworkReply::NetworkError |
error | ) |
|
|
slot |
Handle network error.
- Parameters
-
error | The type of network error douemtnted in QNetworkReply::NetworkError |
Definition at line 31 of file us_http_post.cpp.
void US_HttpPost::postFinished |
( |
void |
| ) |
|
|
slot |
void US_HttpPost::US_Http_post_response |
( |
const QString & |
| ) |
|
|
signal |
Forward the response of the post to the interested function.
QNetworkReply* US_HttpPost::reply |
|
private |
The documentation for this class was generated from the following files: