Expand description
Centralised reqwest client construction and transport-error description.
Functionsยง
- build_
client - Build a reqwest client with the shared launcher configuration.
- describe_
reqwest_ error - Describe a
reqwest::Error, surfacing the underlying transport cause when the request never reached the server (no HTTP status).