accept_charset property

accept_charset property

List of character sets supported by the server. See the accept-charset attribute definition in HTML 4.01.

Definition:

@property
def accept_charset(self):
    ...
@accept_charset.setter
def accept_charset(self, value):
    ...

See Also