feat: bidrectional http response conversion

This commit is contained in:
Kade Robertson
2023-02-10 16:28:00 -05:00
committed by Martin Algesten
parent efdd55421f
commit f395a726e3
4 changed files with 147 additions and 1 deletions

View File

@@ -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