Requests_Response::__construct()

Constructor


Description Description


Source Source

File: wp-includes/Requests/Response.php

	public function __construct() {
		$this->headers = new Requests_Response_Headers();
		$this->cookies = new Requests_Cookie_Jar();
	}


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.