#include <rovio_http.h>
Public Attributes | |
| char * | data |
| size_t | size |
A rovio_response contains the data returned from the Rovio's HTTP server.
Definition at line 76 of file rovio_http.h.
| char* rovio_response::data |
the data returned from the server
Definition at line 78 of file rovio_http.h.
| size_t rovio_response::size |
the size of the data
Definition at line 79 of file rovio_http.h.