exploding-fish:用于Clojure的URI库

时间:2021-05-01 04:55:51
【文件属性】:
文件名称:exploding-fish:用于Clojure的URI库
文件大小:19KB
文件格式:ZIP
更新时间:2021-05-01 04:55:51
Clojure 炸鱼 Exploding Fish是用于处理URI的库。 它定义UniformResourceIdentifier协议,并在自定义Uri类以及java.net.URI,java.net.URL和java.lang.String上实现该协议。 用法 要与Leiningen一起使用,请添加 :dependencies [[org.bovinegenius/exploding-fish "0.3.6"]] 到您的project.clj。 您可以在这样的源文件中使用它: (:use (org.bovinegenius exploding-fish)) 或者 (:require (org.bovinegenius [exploding-fish :as uri])) 在Exploding Fish中用于访问URI值的函数对Uri,java.net.URI,java.net.URL和java.la
【文件预览】:
exploding-fish-master
----src()
--------org()
----.travis.yml(79B)
----LICENSE(1KB)
----test()
--------org()
----README.md(7KB)
----project.clj(390B)
----.gitignore(133B)

网友评论