aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/src/util/http/response.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe/src/util/http/response.rs')
-rw-r--r--crates/shirabe/src/util/http/response.rs9
1 files changed, 9 insertions, 0 deletions
diff --git a/crates/shirabe/src/util/http/response.rs b/crates/shirabe/src/util/http/response.rs
index 6a60540..cf238c7 100644
--- a/crates/shirabe/src/util/http/response.rs
+++ b/crates/shirabe/src/util/http/response.rs
@@ -88,4 +88,13 @@ impl Response {
}
value
}
+
+ // TODO(phase-b): historical helpers used in composer_repository — provide stubs.
+ pub fn from_php_mixed(_data: PhpMixed) -> Self {
+ todo!()
+ }
+
+ pub fn new_fake(_body: Option<String>) -> Self {
+ todo!()
+ }
}