| 1 |
<?xml version="1.0" encoding="iso-8859-1"?> |
|---|
| 2 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
|---|
| 3 |
"DTD/xhtml1-transitional.dtd"> |
|---|
| 4 |
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
|---|
| 5 |
<head> |
|---|
| 6 |
<title>cherrypy.lib.filter.encodingfilter</title> |
|---|
| 7 |
<link rel="stylesheet" href="epydoc.css" type="text/css"></link> |
|---|
| 8 |
</head> |
|---|
| 9 |
<body bgcolor="white" text="black" link="blue" vlink="#204080" |
|---|
| 10 |
alink="#204080"> |
|---|
| 11 |
|
|---|
| 12 |
<!-- =========== START OF NAVBAR =========== --> |
|---|
| 13 |
<table class="navbar" border="0" width="100%" cellpadding="0" bgcolor="#a0c0ff" cellspacing="0"> |
|---|
| 14 |
<tr valign="center"> |
|---|
| 15 |
<th class="navbar"> <a class="navbar" href="trees.html">Trees</a> </th> |
|---|
| 16 |
<th class="navbar"> <a class="navbar" href="indices.html">Index</a> </th> |
|---|
| 17 |
<th class="navbar"> <a class="navbar" href="help.html">Help</a> </th> |
|---|
| 18 |
<th class="navbar" align="right" width="100%"> |
|---|
| 19 |
<table border="0" cellpadding="0" cellspacing="0"> |
|---|
| 20 |
<tr><th class="navbar" align="center"> |
|---|
| 21 |
<p class="nomargin"> |
|---|
| 22 |
<a class="navbar" target="_top" href="http://www.turbogears.org">TurboGears</a> |
|---|
| 23 |
</p></th></tr></table> |
|---|
| 24 |
</th> |
|---|
| 25 |
</tr> |
|---|
| 26 |
</table> |
|---|
| 27 |
<table width="100%" cellpadding="0" cellspacing="0"> |
|---|
| 28 |
<tr valign="top"> |
|---|
| 29 |
<td width="100%"> |
|---|
| 30 |
<font size="-1"><b class="breadcrumbs"> |
|---|
| 31 |
<a href="cherrypy-module.html">Package cherrypy</a> :: |
|---|
| 32 |
<a href="cherrypy.lib-module.html">Package lib</a> :: |
|---|
| 33 |
<a href="cherrypy.lib.filter-module.html">Package filter</a> :: |
|---|
| 34 |
Module encodingfilter |
|---|
| 35 |
</b></font></br> |
|---|
| 36 |
</td> |
|---|
| 37 |
<td><table cellpadding="0" cellspacing="0"> |
|---|
| 38 |
<tr><td align="right"><font size="-2">[<a href="frames.html"target="_top">frames</a> | <a href="cherrypy.lib.filter.encodingfilter-module.html" target="_top">no frames</a>]</font></td></tr> |
|---|
| 39 |
</table></td> |
|---|
| 40 |
</tr></table> |
|---|
| 41 |
|
|---|
| 42 |
<!-- =========== START OF MODULE DESCRIPTION =========== --> |
|---|
| 43 |
<h2 class="module">Module cherrypy.lib.filter.encodingfilter <a href="source/cherrypy.lib.filter.encodingfilter-module.html" class="source">[source]</a></h2> |
|---|
| 44 |
|
|---|
| 45 |
<pre class="literalblock"> |
|---|
| 46 |
Copyright (c) 2004, CherryPy Team (team@cherrypy.org) |
|---|
| 47 |
All rights reserved. |
|---|
| 48 |
|
|---|
| 49 |
Redistribution and use in source and binary forms, with or without modification, |
|---|
| 50 |
are permitted provided that the following conditions are met: |
|---|
| 51 |
|
|---|
| 52 |
* Redistributions of source code must retain the above copyright notice, |
|---|
| 53 |
this list of conditions and the following disclaimer. |
|---|
| 54 |
* Redistributions in binary form must reproduce the above copyright notice, |
|---|
| 55 |
this list of conditions and the following disclaimer in the documentation |
|---|
| 56 |
and/or other materials provided with the distribution. |
|---|
| 57 |
* Neither the name of the CherryPy Team nor the names of its contributors |
|---|
| 58 |
may be used to endorse or promote products derived from this software |
|---|
| 59 |
without specific prior written permission. |
|---|
| 60 |
|
|---|
| 61 |
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
|---|
| 62 |
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
|---|
| 63 |
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
|---|
| 64 |
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE |
|---|
| 65 |
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
|---|
| 66 |
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
|---|
| 67 |
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
|---|
| 68 |
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
|---|
| 69 |
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
|---|
| 70 |
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
|---|
| 71 |
</pre> |
|---|
| 72 |
<hr/> |
|---|
| 73 |
|
|---|
| 74 |
<!-- =========== START OF CLASSES =========== --> |
|---|
| 75 |
<table class="summary" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"> |
|---|
| 76 |
<tr bgcolor="#70b0f0" class="summary"> |
|---|
| 77 |
<th colspan="2">Classes</th></tr> |
|---|
| 78 |
<tr><td width="15%"> |
|---|
| 79 |
<b><a href="cherrypy.lib.filter.encodingfilter.EncodingFilter-class.html"><code>EncodingFilter</code></a></b></td> |
|---|
| 80 |
<td>Filter that automatically encodes the response.</td></tr> |
|---|
| 81 |
</table><br /> |
|---|
| 82 |
|
|---|
| 83 |
|
|---|
| 84 |
<!-- =========== START OF NAVBAR =========== --> |
|---|
| 85 |
<table class="navbar" border="0" width="100%" cellpadding="0" bgcolor="#a0c0ff" cellspacing="0"> |
|---|
| 86 |
<tr valign="center"> |
|---|
| 87 |
<th class="navbar"> <a class="navbar" href="trees.html">Trees</a> </th> |
|---|
| 88 |
<th class="navbar"> <a class="navbar" href="indices.html">Index</a> </th> |
|---|
| 89 |
<th class="navbar"> <a class="navbar" href="help.html">Help</a> </th> |
|---|
| 90 |
<th class="navbar" align="right" width="100%"> |
|---|
| 91 |
<table border="0" cellpadding="0" cellspacing="0"> |
|---|
| 92 |
<tr><th class="navbar" align="center"> |
|---|
| 93 |
<p class="nomargin"> |
|---|
| 94 |
<a class="navbar" target="_top" href="http://www.turbogears.org">TurboGears</a> |
|---|
| 95 |
</p></th></tr></table> |
|---|
| 96 |
</th> |
|---|
| 97 |
</tr> |
|---|
| 98 |
</table> |
|---|
| 99 |
|
|---|
| 100 |
<table border="0" cellpadding="0" cellspacing="0" width="100%"> |
|---|
| 101 |
<tr> |
|---|
| 102 |
<td align="left"><font size="-2">Generated by Epydoc 2.1.99 on Wed Sep 14 13:09:30 2005</font></td> |
|---|
| 103 |
<td align="right"><a href="http://epydoc.sourceforge.net" |
|---|
| 104 |
><font size="-2">http://epydoc.sf.net</font></a></td> |
|---|
| 105 |
</tr> |
|---|
| 106 |
</table> |
|---|
| 107 |
</body> |
|---|
| 108 |
</html> |
|---|