Changeset 1957
- Timestamp:
- 05/15/08 00:41:05
- Files:
-
- trunk/cherrypy/lib/static.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/cherrypy/lib/static.py
r1917 r1957 18 18 19 19 The Content-Type header will be set to the content_type arg, if provided. 20 If not provided, the Content-Type will be guessed by its extension. 20 If not provided, the Content-Type will be guessed by the file extension 21 of the 'path' argument. 21 22 22 23 If disposition is not None, the Content-Disposition header will be set

