# `Ollixir.Web.FetchResponse`
[🔗](https://github.com/nshkrdotcom/ollixir/blob/main/lib/ollixir/web/fetch_response.ex#L1)

Response from web_fetch.

# `t`
[🔗](https://github.com/nshkrdotcom/ollixir/blob/main/lib/ollixir/web/fetch_response.ex#L8)

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

# `from_map`
[🔗](https://github.com/nshkrdotcom/ollixir/blob/main/lib/ollixir/web/fetch_response.ex#L16)

---

*Consult [api-reference.md](api-reference.md) for complete listing*
