evhttp_add_server_alias

Add a server alias to an http object. The http object can be a virtual host or the main server.

@param http the evhttp object @param alias the alias to add @see evhttp_add_remove_alias()

extern (C) nothrow
int
evhttp_add_server_alias
(,
const(char)* alias_
)

Meta