We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd4680d commit 910585dCopy full SHA for 910585d
src/Request/Request.php
@@ -287,6 +287,30 @@ public function countAuthentications()
287
return count($this->authentications);
288
}
289
290
+ /**
291
+ * @return string
292
+ */
293
+ public function getEffectiveStatus()
294
+ {
295
+ return $this->effectiveStatus;
296
+ }
297
+
298
299
300
301
+ public function getEffectiveEndpoint()
302
303
+ return $this->effectiveEndpoint;
304
305
306
307
+ * @return Header[]
308
309
+ public function getEffectiveHeaders()
310
311
+ return $this->effectiveHeaders;
312
313
314
/**
315
* @param resource $curl
316
* @return $this
0 commit comments