class Requests_Utility_CaseInsensitiveDictionary {}
Case-insensitive dictionary, suitable for HTTP headers
Methods
- __construct — Creates a case insensitive dictionary.
- getAll — Get the headers as an array
- getIterator — Get an iterator for the data
- offsetExists — Check if the given item exists
- offsetGet — Get the value for the item
- offsetSet — Set the given item
- offsetUnset — Unset the given header
Source
File: wp-includes/Requests/Utility/CaseInsensitiveDictionary.php
.
View all references