Information about an HTTP cookie received from a response.
@type t() :: %Kreuzcrawl.CookieInfo{ domain: String.t() | nil, name: String.t() | nil, path: String.t() | nil, value: String.t() | nil }