WIP cdn-cs stuff

This commit is contained in:
Rory&
2026-03-11 00:58:13 +01:00
parent 47b2460dce
commit b40b5234f4
10 changed files with 123 additions and 44 deletions

View File

@@ -3,10 +3,6 @@ using ArcaneLibs;
namespace Spacebar.Interop.Cdn.Abstractions;
public class FilesystemFileSource(string baseUrl) : IFileSource {
private readonly StreamingHttpClient _httpClient = new() {
BaseAddress = new Uri(baseUrl)
};
public string BaseUrl => baseUrl;
public async Task Init(CancellationToken? cancellationToken = null) {