Public Member Functions | Public Attributes
tornado.httputil._NormalizedHeaderCache Class Reference

List of all members.

Public Member Functions

def __init__
def __missing__

Public Attributes

 queue
 size

Detailed Description

Dynamic cached mapping of header names to Http-Header-Case.

Implemented as a dict subclass so that cache hits are as fast as a
normal dict lookup, without the overhead of a python function
call.

>>> normalized_headers = _NormalizedHeaderCache(10)
>>> normalized_headers["coNtent-TYPE"]
'Content-Type'

Definition at line 65 of file httputil.py.


Constructor & Destructor Documentation

Definition at line 76 of file httputil.py.


Member Function Documentation

Definition at line 81 of file httputil.py.


Member Data Documentation

Definition at line 76 of file httputil.py.

Definition at line 76 of file httputil.py.


The documentation for this class was generated from the following file:


rosbridge_server
Author(s): Jonathan Mace
autogenerated on Wed Sep 13 2017 03:18:20