feat: bidrectional http response conversion
This commit is contained in:
committed by
Martin Algesten
parent
efdd55421f
commit
f395a726e3
2
test.sh
2
test.sh
@@ -4,7 +4,7 @@ set -eu
|
||||
export RUST_BACKTRACE=1
|
||||
export RUSTFLAGS="-D dead_code -D unused-variables -D unused"
|
||||
|
||||
for feature in "" tls json charset cookies socks-proxy "tls native-certs" native-tls gzip brotli; do
|
||||
for feature in "" tls json charset cookies socks-proxy "tls native-certs" native-tls gzip brotli http; do
|
||||
if ! cargo test --no-default-features --features "${feature}" ; then
|
||||
echo Command failed: cargo test --no-default-features --features \"${feature}\"
|
||||
exit 1
|
||||
|
||||
Reference in New Issue
Block a user