Implemented the ServeResourceUseCase use case in the library target.

This commit is contained in:
2025-09-25 01:38:48 +02:00
parent 04d1ca6a26
commit ff56875a24
6 changed files with 385 additions and 9 deletions
@@ -14,13 +14,13 @@ extension String {
/// An empty string.
static let empty = ""
/// A namespace that defines logging representations.
/// A namespace that defines logging values.
enum Logging {
/// A name of the middleware that triggered a logging event.
static let source = "DocCMiddleware"
}
/// A namespace that defines relative path representations.
/// A namespace that defines relative path values.
enum Path {
/// A forwarding slash.
static let forwardSlash = "/"