Add class to make (client/get "http://...") work
This commit is contained in:
parent
b1e4e4297f
commit
2ab73f2342
2 changed files with 6 additions and 0 deletions
|
|
@ -358,6 +358,11 @@
|
|||
"allPublicMethods" : true,
|
||||
"allPublicFields" : true,
|
||||
"allPublicConstructors" : true
|
||||
}, {
|
||||
"name" : "sun.net.www.protocol.http.HttpURLConnection",
|
||||
"allPublicMethods" : true,
|
||||
"allPublicFields" : true,
|
||||
"allPublicConstructors" : true
|
||||
}, {
|
||||
"name" : "sun.net.www.protocol.http.HttpURLConnection$HttpInputStream",
|
||||
"allPublicMethods" : true,
|
||||
|
|
|
|||
|
|
@ -78,6 +78,7 @@
|
|||
java.util.zip.GZIPOutputStream
|
||||
sun.nio.fs.UnixPath ;; included because of permission check
|
||||
sun.net.www.protocol.https.HttpsURLConnectionImpl ;; needed fo clj-http.lite
|
||||
sun.net.www.protocol.http.HttpURLConnection ;; needed for clj.http.lite http calls
|
||||
sun.net.www.protocol.http.HttpURLConnection$HttpInputStream ;; needed for clj-http.lite
|
||||
]
|
||||
:custom-classes {'java.lang.Thread
|
||||
|
|
|
|||
Loading…
Reference in a new issue