Enums ===== .. type:: urlparse_url_fields :type:`urlparse_url_fields` defines URL component fields. .. enum:: URLPARSE_SCHEMA (``0``) :enum:`URLPARSE_SCHEMA` is a URL scheme. .. enum:: URLPARSE_HOST (``1``) :enum:`URLPARSE_HOST` is a host. .. enum:: URLPARSE_PORT (``2``) :enum:`URLPARSE_PORT` is a port. .. enum:: URLPARSE_PATH (``3``) :enum:`URLPARSE_PATH` is a path. .. enum:: URLPARSE_QUERY (``4``) :enum:`URLPARSE_QUERY` is a query. .. enum:: URLPARSE_FRAGMENT (``5``) :enum:`URLPARSE_FRAGMENT` is a fragment. .. enum:: URLPARSE_USERINFO (``6``) :enum:`URLPARSE_USERINFO` is a userinfo. .. enum:: URLPARSE_MAX (``7``) :enum:`URLPARSE_MAX` is the number of fields.