Go to the source code of this file.
Typedefs | |
| typedef struct broker_s | broker_t |
Functions | |
| int | broker_create (broker_t **pb) |
| int | broker_free (broker_t *b) |
| int | broker_is_valid_uri (broker_t *b, http_t *h, request_t *rq, const char *buf, size_t len) |
| int | broker_serve (broker_t *b, http_t *h, request_t *rq, response_t *rs) |