I am trying to find out what flags has been set a cookie. http/Cookie does the job but returns a bitmask.
http/Cookie
How can i convert the bitmask to string so that i can know what flags(such as httponly and secure) has been set in the cookie
https://mdref.m6w6.name/http/Cookie/getFlags