deimos.event2.http_struct

@file event2/http_struct.h

Data structures for http. Using these structures may hurt forward compatibility with later versions of Libevent: be careful!

Public Imports

deimos.event2.util
public import deimos.event2.util;

Members

Structs

evhttp_request
struct evhttp_request

the request structure that a server receives. WARNING: expect this structure to change. I will try to provide reasonable accessors.

Meta