Class httpMixin
- Known Subclasses:
-
http,
httpEmpty
Subclass of html tag class, which includes HTTP reply headers plus
cookies in its dump(), as well as parsing cookies upon construction
http objects have a special attribute 'session', of class 'httpenv'.
Recall that httpenv objects themselves have the following magical
attributes:
Note that the magic keyword 'empty' causes this to be subclassed from
a notag instead of a webwidget
| Method Summary |
| |
__init__(self,
*args,
**kw)
|
| |
__setattr__(self,
name,
val)
|
| |
disableCookies(self)
|
| |
dump(self)
|
| |
renderinto(self,
bucket)
|
| |
send(self)
|
| |
send1(self)
|
| |
setstream(self,
stream)
|