Ticket #5723: request_response.txt.diff

File request_response.txt.diff, 841 bytes (added by derelm, 17 years ago)

fixes a typo and removes an unneeded space

  • request_response.txt

     
    381381    ``mimetype``. Historically, the parameter was only called ``mimetype``,
    382382    but since this is actually the value included in the HTTP ``Content-Type``
    383383    header, it can also include the character set encoding, which makes it
    384     more than just a MIME type specification. If ``mimetype`` is specifiedi
    385     (not None), that value is used.  Otherwise, ``content_type`` is used. If
     384    more than just a MIME type specification. If ``mimetype`` is specified
     385    (not None), that value is used. Otherwise, ``content_type`` is used. If
    386386    neither is given, the ``DEFAULT_CONTENT_TYPE`` setting is used.
    387387
    388388``__setitem__(header, value)``
Back to Top