HttpResponse methods

Report a typo

Match the HttpResponse methods with their description.

Match the items from left and right columns
HttpResponse.__setitem__(header, value)
HttpResponse.__delitem__(header)
HttpResponse.__getitem__(header)
HttpResponse.getvalue()
Sets a header name to a value
Returns a value of a header name
Retrieves a value of HttpResponse.content
Deletes a header with a name
___

Create a free account to access the full topic