ExactClaim
Pennington.Artifacts
Matches exactly one request path.
Properties
PathUrlPath- The leading-slash path (e.g.
/.well-known/atproto-did).
Constructors
ExactClaim
#public ExactClaim(UrlPath Path)
Matches exactly one request path.
Parameters
PathUrlPath- 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; }
}