mirror of
https://github.com/metosin/reitit.git
synced 2025-12-18 00:41:12 +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 | ||
| cljc/reitit | ||
| cljs/reitit | ||