Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: proxymesh/python-proxy-headers
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: proxymesh/python-proxy-headers
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: update-documentation
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 6 files changed
  • 1 contributor

Commits on Jan 29, 2026

  1. docs: add complete API reference for all modules

    - Add detailed API Reference sections for urllib3, requests, aiohttp, httpx
    - Document all public classes and methods with autoclass/autofunction directives
    - Add connection pool configuration documentation
    - Add proxy authentication documentation
    - Enhance internal classes documentation with method details
    substrate-bot committed Jan 29, 2026
    Configuration menu
    Copy the full SHA
    c1a7c22 View commit details
    Browse the repository at this point in the history
  2. docs: add comprehensive usage patterns for all modules

    - Add 'Usage Patterns' sections for urllib3, requests, aiohttp, httpx
    - Document usage without extension module (built-in proxy support)
    - Document usage with extension module (proxy response headers)
    - Add advanced usage patterns (rotating proxies, failover, pooling, timeouts)
    - Add comparison tables showing capabilities with/without extension
    - Cover proxy authentication, session consistency, cookie persistence
    - Include HTTP/2 proxy support documentation for httpx
    - Add async vs sync usage patterns for httpx and aiohttp
    substrate-bot committed Jan 29, 2026
    Configuration menu
    Copy the full SHA
    4dc3d80 View commit details
    Browse the repository at this point in the history
  3. docs: add SEO optimization with high-value technical keywords

    - Add Overview sections with SEO keywords to all library docs
    - Add Key Features sections with SEO-rich bullet points
    - Enhance README with Features, Why Use, and Quick Start sections
    - Add SEO keywords throughout: proxy CONNECT headers, HTTPS tunnel proxy, proxy IP address
    - Add keywords: country proxy selection, rotating proxy, proxy session, proxy connection pooling
    - Add keywords: async proxy, HTTP/2 proxy support, proxy authentication
    - Optimize for search intent: Python proxy headers urllib3/requests/aiohttp/httpx
    substrate-bot committed Jan 29, 2026
    Configuration menu
    Copy the full SHA
    f6c26e6 View commit details
    Browse the repository at this point in the history
Loading