HttpHeaders
Index
Methods
__delitem__
- Parameters- key: str
 - Returns None
__getitem__
- Parameters- key: str
 - Returns str
__iter__
- Returns Iterator[str]
__len__
- Returns int
__or__
- Return a new instance of - HttpHeaderscombining this one with another one.- Parameters- other: HttpHeaders
 - Returns HttpHeaders
__ror__
- Support reversed | operation (other | self). - Parameters- other: HttpHeaders
 - Returns HttpHeaders
__setitem__
- Parameters- key: str
- value: str
 - Returns None
A dictionary-like object representing HTTP headers.