evhttp_remove_server_alias

Remove a server alias from an http object.

@param http the evhttp object @param alias the alias to remove @see evhttp_add_server_alias()

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

Meta