There's no documentation for this item.
Source Code
# File httpclient/cookie.rb, line 102 def flag flg = 0 flg += USE if @use flg += SECURE if @secure flg += DOMAIN if @domain_orig flg += PATH if @path_orig flg += DISCARD if @discard flg += OVERRIDE if @override flg end
<code/>and<pre/>for code samples.