From b29029d5d441724e38e99d41e233fb507364c085 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 21 Jun 2026 02:58:40 +0900 Subject: test(util-http): port RequestProxyTest Six cases pass against the implemented RequestProxy. The SSL-proxy case depends on curl_version (a todo!() in the php-shim) and is #[ignore]. Co-Authored-By: Claude Opus 4.8 (1M context) --- crates/shirabe/tests/util/http/mod.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'crates/shirabe/tests/util/http/mod.rs') diff --git a/crates/shirabe/tests/util/http/mod.rs b/crates/shirabe/tests/util/http/mod.rs index 36dbaee..def35cb 100644 --- a/crates/shirabe/tests/util/http/mod.rs +++ b/crates/shirabe/tests/util/http/mod.rs @@ -1 +1,2 @@ mod proxy_item_test; +mod request_proxy_test; -- cgit v1.3.1