March 2003
Intermediate to advanced
656 pages
39h 30m
English
output
c.output(attrs=None,header='Set-Cookie',sep='\n')Returns a string s formatted as HTTP
headers. You can print
c
.output( ) among your
response’s HTTP headers to send to the client the
cookies held in c. Each
header’s name is string
header, and headers are separated by
string sep. If
attrs is not None,
s’s headers contain only
cookie attributes whose names are in
attrs.
Read now
Unlock full access