Go to the source code of this file.
Enumerations | |
| enum | { MAX_SUP_COUNT = 8 } |
Functions | |
| 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) |
| int | broker_create (broker_t **pb) |
| int | broker_free (broker_t *b) |
Variables | |
| supplier_t | sup_emb |
| int broker_serve | ( | broker_t * | b, | |
| http_t * | h, | |||
| request_t * | rq, | |||
| response_t * | rs | |||
| ) |