Support for optional trailing slashes #4
Labels
No labels
bug
documentation
enhancement
good first issue
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
reviewer/atlas#4
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
/health/should match/health. Most servers normalise this before routing, but doing it here means one less thing for callers to remember.Normalising in
matchrather than at construction, so the pattern still round-trips to the string it was written as.