Python logo

Table of Contents

  • urllib.parse — Parse URLs into components
    • URL Parsing
    • URL parsing security
    • Parsing ASCII Encoded Bytes
    • Structured Parse Results
    • URL Quoting

Previous topic

urllib.request — Extensible library for opening URLs

Next topic

urllib.error — Exception classes raised by urllib.request