March 2003
Intermediate to advanced
656 pages
39h 30m
English
add_header
m.add_header(_name,_value,**_params)Like
m
[
_name
]=
_value,
but you can also supply header parameters as keyword arguments. For
each keyword argument
pname
=
pvalue,
add_header changes underscores to dashes, then
appends to the header’s value a parameter of the
form:
;pname="pvalue"
If pvalue is None,
add_header appends only a parameter
';
pname‘.