diff --git a/vlib/vweb/vweb.v b/vlib/vweb/vweb.v index 7d3adccbb0..e1498b91e2 100644 --- a/vlib/vweb/vweb.v +++ b/vlib/vweb/vweb.v @@ -90,6 +90,8 @@ pub struct Cookie { name string value string expires time.Time + path ?string + domain ?string secure bool http_only bool }