HeadersCollection::getAll(): WordPressAiClientProvidersHttpCollectionsarray<string,

In this article

Gets all headers.

Return

WordPressAiClientProvidersHttpCollectionsarray<string, list<string>> All headers with their original casing.

Source

public function getAll(): array
{
    return $this->headers;
}

Changelog

VersionDescription
0.1.0Introduced.

User Contributed Notes

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