# `JSON.LD.DocumentLoader.DefaultClient`
[🔗](https://github.com/rdf-elixir/jsonld-ex/blob/v1.0.1/lib/json/ld/document_loader/default_client.ex#L1)

Default Tesla HTTP client.

This module provides a minimal HTTP client implementation.

## Configuration

The maximum number of redirects to follow can be configured in your config:

    config :json_ld, :max_redirects, 10

If not configured, it defaults to 5.

# `client`

Creates a Tesla client with the given headers and redirect handling.

# `default_max_redirects`

Returns the configured maximum number of redirects to follow.

---

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