evhttp_remove_virtual_host

Removes a virtual host from the http server.

@param http the evhttp object from which to remove the virtual host @param vhost the virtual host to remove from the regular http server. @return 0 on success, -1 on failure @see evhttp_add_virtual_host()

extern (C) nothrow
int
evhttp_remove_virtual_host

Meta