|
server 0.0.1
basicserverinfrastructure
|
#include <stdlib.h>#include <string.h>#include <stdio.h>#include <unistd.h>#include <ctype.h>#include <sys/types.h>#include "class.h"#include "http/request_parser.h"#include "interface/class.h"#include "interface/stream_reader.h"#include "http/request.h"#include "http/request_queue.h"
Go to the source code of this file.
Functions | |
| INIT_IFACE (Class, ctor, dtor, _clone) | |
| INIT_IFACE (StreamReader, get_data) | |
| CREATE_CLASS (HttpRequestParser, NULL, IFACE(Class), IFACE(StreamReader)) | |
| CREATE_CLASS | ( | HttpRequestParser | , |
| NULL | , | ||
| IFACE(Class) | , | ||
| IFACE(StreamReader) | |||
| ) |
| INIT_IFACE | ( | Class | , |
| ctor | , | ||
| dtor | , | ||
| _clone | |||
| ) |
| INIT_IFACE | ( | StreamReader | , |
| get_data | |||
| ) |