IUrlResolver Interface
Signature
export interface IUrlResolver
Methods
| Method | Return Type | Description |
|---|---|---|
| getAbsoluteUrl(resolvedUrl, relativeUrl, packageInfoSource) | Promise<string> | Creates a url for the created container with any data store path given in the relative url. |
| resolve(request) | Promise<IResolvedUrl | undefined> |
Method Details
getAbsoluteUrl
Creates a url for the created container with any data store path given in the relative url.