#include <http.h>
Public Member Functions | |
Http (QString host, quint16 port=80) | |
bool | request (QString path) |
QString | body () |
Private Attributes | |
QByteArray | _response |
Definition at line 34 of file http.h.
bool Http::request | ( | QString | path | ) |
QString Http::body | ( | ) |
QByteArray Http::_response [private] |