This documentation is also published as Markdown for efficient machine reading: the whole site is indexed at /llms.txt, and every page has a clean Markdown copy under /_llms/. These are generated from the same source and cost far fewer tokens to read than this rendered HTML.

Skip to main content Skip to navigation

ExactClaim Pennington.Artifacts

Matches exactly one request path.

Properties

Path UrlPath
The leading-slash path (e.g. /.well-known/atproto-did).

Constructors

ExactClaim

#
public ExactClaim(UrlPath Path)

Matches exactly one request path.

Parameters

Path UrlPath
The leading-slash path (e.g. /.well-known/atproto-did).

Pennington.Artifacts.ExactClaim

namespace Pennington.Artifacts;

/// Matches exactly one request path.
public record ExactClaim
{
    /// Matches exactly one request path.
    
public ExactClaim(UrlPath Path)
; /// The leading-slash path (e.g. /.well-known/atproto-did).
public UrlPath Path { get; set; }
}