1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
===============
URI Submodule
===============
.. autoclass:: rfc3986.uri.URIReference
.. automethod:: rfc3986.uri.URIReference.from_string
.. automethod:: rfc3986.uri.URIReference.unsplit
.. automethod:: rfc3986.uri.URIReference.resolve_with
.. automethod:: rfc3986.uri.URIReference.copy_with
.. automethod:: rfc3986.uri.URIReference.normalize
.. automethod:: rfc3986.uri.URIReference.is_absolute
.. automethod:: rfc3986.uri.URIReference.authority_info
Deprecated Methods
==================
.. automethod:: rfc3986.uri.URIReference.is_valid
.. automethod:: rfc3986.uri.URIReference.authority_is_valid
.. automethod:: rfc3986.uri.URIReference.scheme_is_valid
.. automethod:: rfc3986.uri.URIReference.path_is_valid
.. automethod:: rfc3986.uri.URIReference.query_is_valid
.. automethod:: rfc3986.uri.URIReference.fragment_is_valid
|