AuthDomain.addPath
void addPath(string path)Adds path to domain.
Requests under path on domain's server will require authentication (unless overridden by [soup.auth_domain.AuthDomain.removePath] or [soup.auth_domain.AuthDomain.setFilter]).
Parameters
path | the path to add to domain |