Loads an asset and returns the server response.
Future<Object> loadAsset(String asset) { return httpFetch(getAssetUrl(asset)); }