HttpResponse.__setitem__(header, value)
Sets the given header name to the given value. Both header
and value
should be strings.
HttpResponse.__setitem__(header, value)
Sets the given header name to the given value. Both header
and value
should be strings.
Please login to continue.