Ollixir.Web.FetchResponse (Ollixir v0.1.1)

Copy Markdown View Source

Response from web_fetch.

Summary

Types

t()

@type t() :: %Ollixir.Web.FetchResponse{
  content: String.t() | nil,
  links: [String.t()] | nil,
  title: String.t() | nil
}

Functions

from_map(map)