Haproxy acl based on URL param existence

Apparently, I was missing a flag to look for match existence:

acl has_host_urlparam urlp(host) -m found
use_backend backend-host if has_host_urlparam
default_backend backend-generic