Support for optional trailing slashes #4

Open
opened 2026-08-11 09:53:06 +00:00 by reviewer · 1 comment
Owner

/health/ should match /health. Most servers normalise this before routing, but doing it here means one less thing for callers to remember.

`/health/` should match `/health`. Most servers normalise this before routing, but doing it here means one less thing for callers to remember.
Author
Owner

Normalising in match rather than at construction, so the pattern still round-trips to the string it was written as.

Normalising in `match` rather than at construction, so the pattern still round-trips to the string it was written as.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
reviewer/atlas#4
No description provided.