{"library":"httpcore","install":[{"cmd":"pip install httpcore","imports":["import httpcore","import httpcore\nhttp = httpcore.ConnectionPool()","import httpcore\nhttp = httpcore.AsyncConnectionPool()","import httpcore\nproxy = httpcore.HTTPProxy(proxy_url='http://proxy:8080')","import httpcore\nresponse = httpcore.request('GET', 'https://example.com')"]},{"cmd":"pip install 'httpcore[asyncio]'","imports":[]},{"cmd":"pip install 'httpcore[trio]'","imports":[]},{"cmd":"pip install 'httpcore[http2]'","imports":[]},{"cmd":"pip install 'httpcore[socks]'","imports":[]},{"cmd":"pip install 'httpcore[asyncio,http2,socks]'","imports":[]}]}