12 lines
382 B
Python
12 lines
382 B
Python
|
|
# File generated from our OpenAPI spec by Stainless.
|
||
|
|
|
||
|
|
import httpx
|
||
|
|
|
||
|
|
RAW_RESPONSE_HEADER = "X-Stainless-Raw-Response"
|
||
|
|
STREAMED_RAW_RESPONSE_HEADER = "X-Stainless-Streamed-Raw-Response"
|
||
|
|
|
||
|
|
# default timeout is 10 minutes
|
||
|
|
DEFAULT_TIMEOUT = httpx.Timeout(timeout=600.0, connect=5.0)
|
||
|
|
DEFAULT_MAX_RETRIES = 2
|
||
|
|
DEFAULT_LIMITS = httpx.Limits(max_connections=100, max_keepalive_connections=20)
|