GC_HTTP_Response::get_headers()

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

GC_()

Retrieves headers associated with the response.

响应

(array) Map of header name to header value.

源文件

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

	public function get_headers() {
		return $this->headers;
	}