You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If using the `BasicHttpClient` the response object is returned by the termination methods listed above. If directly using the Request instance, you can get the Response object via a getter.
309
309
310
310
```{php}
311
-
// Getting the response BasicHttpClient\Response\ResponseInterface implementing object
311
+
// Getting the response BasicHttpClient\Response\Response object
312
312
$response = $request->getResponse();
313
313
314
314
// Reading the HTTP status code as integer; will return `200`
0 commit comments