http_equiv property

http_equiv property

HTTP response header name [IETF RFC 2616]. See the http-equiv attribute definition in HTML 4.01.

Definition:

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

See Also