URL Content Type Detector

Documentation

  • Installation
    • Prerequisites
    • Install via pip (Recommended)
    • Install via uv (Fast & Modern)
    • Development Installation
    • Verification
  • Usage
    • Basic Usage - Get Content Type
    • Advanced Usage - Custom Timeout
    • Secure Mode - Strict HTTP Status Validation
    • Convenience Helpers - Detect Specific Content Types
    • Complete Example with Error Handling
    • Important Notes
  • API Reference
    • Main Functions & Classes
    • Core API - Content Type Detection
      • get_content_type()
    • Exception Classes
      • URLUtilsError
    • Utility Functions
      • is_7z()
      • is_audio()
      • is_avif()
      • is_css()
      • is_csv()
      • is_excel()
      • is_gif()
      • is_graphql()
      • is_gzip()
      • is_html()
      • is_image()
      • is_javascript()
      • is_jpeg()
      • is_json()
      • is_markdown()
      • is_mp3()
      • is_mp4()
      • is_octet_stream()
      • is_opendocument()
      • is_pdf()
      • is_png()
      • is_powerpoint()
      • is_rar()
      • is_svg()
      • is_text()
      • is_video()
      • is_webp()
      • is_word()
      • is_x_bz2()
      • is_xml()
      • is_x_tar()
      • is_xz()
      • is_zip()
      • is_zstd()
    • Examples
  • Contributing
    • Quick checklist
URL Content Type Detector
  • Search


© Copyright .

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