Kreuzcrawl.CookieInfo (kreuzcrawl v0.3.0-rc.42)

Copy Markdown

Information about an HTTP cookie received from a response.

Summary

Types

t()

Information about an HTTP cookie received from a response.

Types

t()

@type t() :: %Kreuzcrawl.CookieInfo{
  domain: String.t() | nil,
  name: String.t() | nil,
  path: String.t() | nil,
  value: String.t() | nil
}

Information about an HTTP cookie received from a response.