GC_HTTP_Requests_Response::get_response_object()

最后更新于:2021-12-01 11:11:42

GC_()

Retrieves the response object for the request.

响应

(Requests_Response) HTTP response.

源文件

文件: gc-includes/class-gc-http-requests-response.php

	public function get_response_object() {
		return $this->response;
	}