Update README.md (Catswords.Phantomizer)

Update README.md (Catswords.Phantomizer)
This commit is contained in:
Namhyeon Go 2025-12-10 15:23:27 +09:00
parent f86305b33f
commit f57c99df9f

View File

@ -1,4 +1,4 @@
# Phantomizer # Catswords.Phantomizer
**Catswords.Phantomizer** is an HTTP-based dynamic-link library (DLL) loader designed for .NET applications. **Catswords.Phantomizer** is an HTTP-based dynamic-link library (DLL) loader designed for .NET applications.
It allows your application to fetch and load assemblies directly from your CDN (Azure Blob, S3, Cloudflare R2, etc.) at runtime, with optional GZip compression support. It allows your application to fetch and load assemblies directly from your CDN (Azure Blob, S3, Cloudflare R2, etc.) at runtime, with optional GZip compression support.
@ -9,7 +9,7 @@ It allows your application to fetch and load assemblies directly from your CDN (
## 🚀 Features ## 🚀 Features
* Load managed (`*.dll`) and native (`*.dll`) assemblies over HTTP **(HTTPS only)** * Load managed (`*.dll`) and native (`*.dll`) assemblies over **HTTPS only**
* Optional `.dll.gz` decompression for faster network delivery * Optional `.dll.gz` decompression for faster network delivery
* CDN-friendly URL structure * CDN-friendly URL structure
* Easy bootstrap through a small embedded loader * Easy bootstrap through a small embedded loader