HttpsUrl

gafaelfawr.config.HttpsUrl

URL type that accepts only https URLs.

alias of Annotated[Url, UrlConstraints(max_length=2083, allowed_schemes=[‘https’], host_required=True, default_host=None, default_port=None, default_path=None)]