mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-06 00:02:08 -04:00
enabling debugging with envvar
This commit is contained in:
parent
b197f2e14e
commit
f68f338e53
@ -3,6 +3,7 @@
|
||||
gem "minitest"
|
||||
require "minitest/autorun"
|
||||
|
||||
$HTTPX_DEBUG = !!ENV["HTTPX_DEBUG"]
|
||||
|
||||
require "httpx"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user