[][src]Module nodeprovider::content::provider

MetaProvider is an overall provider that determines which internal content provider to use based on the URL scheme provided (http, file or lib).

Structs

MetaProvider

The MetaProvider implements the Provider trait and based on the url and it's resolution to a real location for content invokes one of the child providers it has to fetch the content (e.g. File or Http).