Skip to content

Commit 50bcb63

Browse files
author
Greg Bowler
committed
Return curl until Response is developed
1 parent 30ed212 commit 50bcb63

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Request.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,9 @@ public function getResponseCode():int {
133133

134134
public function getResponse() {
135135
$response = new Response();
136-
die("NOT YET IMPLEMENTED");
136+
137+
// until Response is developed, pass back the Curl object.
138+
return $this->curl;
137139
}
138140

139141
private function curlInit($options = []) {

0 commit comments

Comments
 (0)