mirror of
https://github.com/metosin/reitit.git
synced 2025-12-17 16:31:11 +00:00
example:
instead of
```clojure
(query-string {:nil nil
:vec []
:seq-empty '()})
;; => "nil=&&"
```
now
```clojure
(query-string {:nil nil
:vec []
:seq-empty '()})
;; => "nil=&vec=&seq-empty="
```
|
||
|---|---|---|
| .. | ||
| .clj-kondo | ||
| java-src/reitit | ||
| src/reitit | ||
| project.clj | ||