aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/src/util/http
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe/src/util/http')
-rw-r--r--crates/shirabe/src/util/http/curl_downloader.rs1
-rw-r--r--crates/shirabe/src/util/http/curl_response.rs1
-rw-r--r--crates/shirabe/src/util/http/proxy_item.rs1
-rw-r--r--crates/shirabe/src/util/http/proxy_manager.rs1
-rw-r--r--crates/shirabe/src/util/http/request_proxy.rs1
-rw-r--r--crates/shirabe/src/util/http/response.rs1
6 files changed, 6 insertions, 0 deletions
diff --git a/crates/shirabe/src/util/http/curl_downloader.rs b/crates/shirabe/src/util/http/curl_downloader.rs
new file mode 100644
index 0000000..518459c
--- /dev/null
+++ b/crates/shirabe/src/util/http/curl_downloader.rs
@@ -0,0 +1 @@
+//! ref: composer/src/Composer/Util/Http/CurlDownloader.php
diff --git a/crates/shirabe/src/util/http/curl_response.rs b/crates/shirabe/src/util/http/curl_response.rs
new file mode 100644
index 0000000..81af5af
--- /dev/null
+++ b/crates/shirabe/src/util/http/curl_response.rs
@@ -0,0 +1 @@
+//! ref: composer/src/Composer/Util/Http/CurlResponse.php
diff --git a/crates/shirabe/src/util/http/proxy_item.rs b/crates/shirabe/src/util/http/proxy_item.rs
new file mode 100644
index 0000000..10b66c4
--- /dev/null
+++ b/crates/shirabe/src/util/http/proxy_item.rs
@@ -0,0 +1 @@
+//! ref: composer/src/Composer/Util/Http/ProxyItem.php
diff --git a/crates/shirabe/src/util/http/proxy_manager.rs b/crates/shirabe/src/util/http/proxy_manager.rs
new file mode 100644
index 0000000..33b0864
--- /dev/null
+++ b/crates/shirabe/src/util/http/proxy_manager.rs
@@ -0,0 +1 @@
+//! ref: composer/src/Composer/Util/Http/ProxyManager.php
diff --git a/crates/shirabe/src/util/http/request_proxy.rs b/crates/shirabe/src/util/http/request_proxy.rs
new file mode 100644
index 0000000..826598f
--- /dev/null
+++ b/crates/shirabe/src/util/http/request_proxy.rs
@@ -0,0 +1 @@
+//! ref: composer/src/Composer/Util/Http/RequestProxy.php
diff --git a/crates/shirabe/src/util/http/response.rs b/crates/shirabe/src/util/http/response.rs
new file mode 100644
index 0000000..61011cb
--- /dev/null
+++ b/crates/shirabe/src/util/http/response.rs
@@ -0,0 +1 @@
+//! ref: composer/src/Composer/Util/Http/Response.php