json-ld
json-ld copied to clipboard
Complete the HTTP (`reqwest`) loader implementation.
The current implementation of the shipped HTTP loader, based on the reqwest
library is very basic. It does not fully comply with the API specification. In particular, it is unable to follow alternate links when the response content type is not JSON.