Skip to main content

fetch_well_known

Function fetch_well_known 

Source
pub fn fetch_well_known(origin: &str) -> Result<Document, AeoError>
Expand description

Fetch and parse the AEO declaration at origin’s well-known URL.

Returns an AeoError for non-2xx responses, network errors, or malformed documents.