JSON.LD.DocumentLoader.Default (JSON-LD.ex v1.0.0)

View Source

Default implementation of the JSON.LD.DocumentLoader behaviour.

This module provides the standard document loader that follows the JSON-LD 1.1 specification for Remote Document and Context Retrieval. It delegates the actual loading logic to JSON.LD.DocumentLoader.RemoteDocument.

See: https://www.w3.org/TR/json-ld11-api/#remote-document-and-context-retrieval

Summary

Functions

load(url, options \\ [])

Callback implementation for JSON.LD.DocumentLoader.load/2.