Skip to content

Commit

Permalink
Poke more
Browse files Browse the repository at this point in the history
  • Loading branch information
plexus committed Mar 11, 2023
1 parent a316751 commit d3355fc
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion repl_sessions/poke.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(ns poke
(ns repl-sessions.poke
(:require [lambdaisland.uri :as uri]
[lambdaisland.uri.normalize :as norm]))

Expand All @@ -17,3 +17,11 @@
;; => #::foo{:baz "bar"}

;; => #:foo{:baz "bar"}

(let [{:keys [scheme host port]} (uri/uri "https://foo.bar:8080")]
)

(:query (uri/uri "http://example.com?hello"))

(uri/map->query-string {:foo "", :bar nil})
;; => "foo="

0 comments on commit d3355fc

Please sign in to comment.