http.cookies.BaseCookie

class http.cookies.BaseCookie([input])

This class is a dictionary-like object whose keys are strings and whose values are Morsel instances. Note that upon setting a key to a value, the value is first converted to a Morsel containing the key and the value.

If input is given, it is passed to the load() method.

doc_python
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.