27 #ifndef EVENT2_HTTP_COMPAT_H_INCLUDED_
28 #define EVENT2_HTTP_COMPAT_H_INCLUDED_
41 #include <event2/event-config.h>
42 #ifdef EVENT__HAVE_SYS_TYPES_H
43 #include <sys/types.h>
45 #ifdef EVENT__HAVE_SYS_TIME_H
74 const char *address, ev_uint16_t port);
88 #define evhttp_request_uri evhttp_request_get_uri
EVENT2_EXPORT_SYMBOL void evhttp_connection_set_base(struct evhttp_connection *evcon, struct event_base *base)
Definition: http.c:2484
EVENT2_EXPORT_SYMBOL struct evhttp_connection * evhttp_connection_new(const char *address, ev_uint16_t port)
Definition: http.c:2373
EVENT2_EXPORT_SYMBOL struct evhttp * evhttp_start(const char *address, ev_uint16_t port)
Definition: http.c:3715
Definition: event-internal.h:208
Definition: http-internal.h:51
Definition: http-internal.h:134