#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 39 of file rovio_http.h.
char* rovio_response::data |
the data returned from the server
Definition at line 41 of file rovio_http.h.
size_t rovio_response::size |
the size of the data
Definition at line 42 of file rovio_http.h.