WpOrg\Requests\Utility

CaseInsensitiveDictionary::getAll()publicWP 1.0

Get the headers as an array

Method of the class: CaseInsensitiveDictionary{}

No Hooks.

Return

Array. Header data

Usage

$CaseInsensitiveDictionary = new CaseInsensitiveDictionary();
$CaseInsensitiveDictionary->getAll();

CaseInsensitiveDictionary::getAll() code WP 6.6.2

public function getAll() {
	return $this->data;
}