Home | History | Annotate | Download | only in modules
      1 :mod:`paste.response` -- Utility functions for producing responses
      2 ==================================================================
      3 
      4 .. automodule:: paste.response
      5 
      6 Module Contents
      7 ---------------
      8 
      9 .. autoclass:: HeaderDict
     10 .. autofunction:: has_header
     11 .. autofunction:: header_value
     12 .. autofunction:: remove_header
     13 .. autofunction:: replace_header
     14 
     15 
     16