server 0.0.1
basicserverinfrastructure

src/http/request.c File Reference

#include <stdlib.h>
#include <stdarg.h>
#include "class.h"
#include "interface/class.h"
#include "http/request.h"
Include dependency graph for request.c:

Go to the source code of this file.

Functions

 INIT_IFACE (Class, ctor, dtor, NULL)
 CREATE_CLASS (HttpRequest, NULL, IFACE(Class))

Function Documentation

CREATE_CLASS ( HttpRequest  ,
NULL  ,
IFACE(Class)   
)
INIT_IFACE ( Class  ,
ctor  ,
dtor  ,
NULL   
)
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines