hyperlink
20.0
  • Hyperlink Design
    • A Tale of Two Representations
    • Immutability
    • Query parameters
    • Origins and backwards-compatibility
  • Hyperlink API
    • Creation
      • Parsing Text
      • DecodedURL
      • The Encoded URL
    • Transformation
      • URL.to_text()
      • URL.to_uri()
      • URL.to_iri()
      • URL.replace()
      • URL.normalize()
    • Navigation
      • URL.click()
      • URL.sibling()
      • URL.child()
    • Query Parameters
      • URL.get()
      • URL.add()
      • URL.set()
      • URL.remove()
    • Attributes
      • URL.absolute
      • URL.scheme
      • URL.host
      • URL.port
      • URL.path
      • URL.query
      • URL.fragment
      • URL.userinfo
      • URL.user
      • URL.rooted
    • Low-level functions
      • URLParseError
      • register_scheme()
      • parse()
  • FAQ
    • Why not just use text?
    • How does Hyperlink compare to other libraries?
    • Are URLs really a big deal in 201X?
hyperlink
  • Search


© Copyright 2023, Mahmoud Hashemi.

Built with Sphinx using a theme provided by Read the Docs.