vapor/vapor

`URLQueryContainer` should have a `has`/`contains` method

Open

#3,343 opened on Jul 3, 2025

View on GitHub
 (2 comments) (1 reaction) (0 assignees)Swift (1,512 forks)batch import
good first issuehelp wanted

Repository metrics

Stars
 (26,062 stars)
PR merge metrics
 (Avg merge 75d 21h) (9 merged PRs in 30d)

Description

Sometimes you don't care about the value of a query parameter, you just want to know if it exists or not.

Contributor guide