An API for storing HTTP header names and values.

Class Headers Stores HTTP headers in a key and multiple value format.
Function _dashCapitalize Return a byte string which is capitalized using '-' as a word separator.
def _dashCapitalize(name): (source)

Return a byte string which is capitalized using '-' as a word separator.

ParametersnameThe name of the header to capitalize. (type: bytes)
ReturnsThe given header capitalized using '-' as a word separator. (type: bytes)
API Documentation for Twisted, generated by pydoctor at 2017-02-11 20:06:04.