class Requests_Utility_CaseInsensitiveDictionary {}

In this article

Case-insensitive dictionary, suitable for HTTP headers

Methods

NameDescription
Requests_Utility_CaseInsensitiveDictionary::__constructCreates a case insensitive dictionary.
Requests_Utility_CaseInsensitiveDictionary::getAllGet the headers as an array
Requests_Utility_CaseInsensitiveDictionary::getIteratorGet an iterator for the data
Requests_Utility_CaseInsensitiveDictionary::offsetExistsCheck if the given item exists
Requests_Utility_CaseInsensitiveDictionary::offsetGetGet the value for the item
Requests_Utility_CaseInsensitiveDictionary::offsetSetSet the given item
Requests_Utility_CaseInsensitiveDictionary::offsetUnsetUnset the given header

Source

User Contributed Notes

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