balde  0.1.2.350-aca7
A microframework for C based on GLib and bad intentions.
balde_response_t Struct Reference

balde HTTP response context More...

#include </home/travis/build/balde/balde/src/balde.h>

Data Fields

balde_http_exception_code_t status_code
 HTTP response status code.
 
struct _balde_response_private_t * priv
 Private structure. More...
 

Detailed Description

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.

Examples:
hello-with-cookies.c, hello-with-form.c, hello-with-template.c, hello-with-url_for.c, and hello.c.

Field Documentation

struct _balde_response_private_t* priv

Private structure.

Shouldn't be touched by users.


The documentation for this struct was generated from the following file: