Skip to main content

Proxy (HTTP, SOCKS) transports for httpx

Project description

httpx-socks

Build Status Coverage Status PyPI version

The httpx-socks package provides proxy transports for httpx client. SOCKS4(a), SOCKS5, HTTP (tunneling) proxy supported. It uses python-socks for core proxy functionality.

Requirements

  • Python >= 3.6
  • httpx >= 0.13.3
  • python-socks[asyncio,trio] >= 1.0.1

Installation

pip install httpx-socks

Usage

sync transport

import httpx
from httpx_socks import SyncProxyTransport

def fetch(url):
    transport = SyncProxyTransport.from_url('socks5://user:password@127.0.0.1:1080')
    with httpx.Client(transport=transport) as client:
        res = client.get(url)
        return res.text

async transport (both asyncio and trio supported)

import httpx
from httpx_socks import AsyncProxyTransport

async def fetch(url):
    transport = AsyncProxyTransport.from_url('socks5://user:password@127.0.0.1:1080')
    async with httpx.AsyncClient(transport=transport) as client:
        res = await client.get(url)
        return res.text

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

httpx-socks-0.2.9.tar.gz (7.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

httpx_socks-0.2.9-py3-none-any.whl (8.7 kB view details)

Uploaded Python 3

File details

Details for the file httpx-socks-0.2.9.tar.gz.

File metadata

  • Download URL: httpx-socks-0.2.9.tar.gz
  • Upload date:
  • Size: 7.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/44.0.0.post20200106 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.6

File hashes

Hashes for httpx-socks-0.2.9.tar.gz
Algorithm Hash digest
SHA256 ab356734bc922cc0a3547cb9ca6bec0c90f146169724c571bf6cb2697518c375
MD5 53438edb5c003d0a63700f60fe4f7116
BLAKE2b-256 a12a88ab26da85ee4d06ecb5cd8d0602a3bb839639088a41d00b08542c9b37f4

See more details on using hashes here.

File details

Details for the file httpx_socks-0.2.9-py3-none-any.whl.

File metadata

  • Download URL: httpx_socks-0.2.9-py3-none-any.whl
  • Upload date:
  • Size: 8.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/44.0.0.post20200106 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.6

File hashes

Hashes for httpx_socks-0.2.9-py3-none-any.whl
Algorithm Hash digest
SHA256 db61a97372240846ae1a0f035e858fcaed8a1b0a9b42b734199677fd0c735d8e
MD5 90865e57c042850a7eda67a71767c57f
BLAKE2b-256 71085e7f817c51322f8d7723523a2a2b7c44bacb0866765e424003e8ce29088c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page