Ticket #5723: request_response.txt.diff
File request_response.txt.diff, 841 bytes (added by , 17 years ago) |
---|
-
request_response.txt
381 381 ``mimetype``. Historically, the parameter was only called ``mimetype``, 382 382 but since this is actually the value included in the HTTP ``Content-Type`` 383 383 header, it can also include the character set encoding, which makes it 384 more than just a MIME type specification. If ``mimetype`` is specified i385 (not None), that value is used. 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 386 386 neither is given, the ``DEFAULT_CONTENT_TYPE`` setting is used. 387 387 388 388 ``__setitem__(header, value)``