balde
master
A microframework for C based on GLib.
|
balde HTTP response context More...
#include <balde.h>
Data Fields | |
balde_http_exception_code_t | status_code |
HTTP response status code. | |
struct _balde_response_private_t * | priv |
Private structure. More... | |
balde HTTP response context
This struct stores everything related to the response context. It should be initialized by hand for almost every view, using the balde_make_request() function.
struct _balde_response_private_t* priv |
Private structure.
Shouldn't be touched by users.