Liking cljdoc? Tell your friends :D

org.soulspace.clj.java.net

Functions for network access.

Functions for network access.
raw docstring

get-certificatesclj

(get-certificates host port)

Returns the SSL certificates for a given host and port.

Returns the SSL certificates for a given host and port.
sourceraw docstring

(print-certificates host port)

Prints the SSL certificates for a given host and port.

Prints the SSL certificates for a given host and port.
sourceraw docstring

test-urlclj

(test-url url)
(test-url url timeout)

Test an URL, returns true if content is available.

Test an URL, returns true if content is available.
sourceraw docstring

url-contentclj

(url-content url)
(url-content url timeout)

Read the content from an URL .

Read the content from an URL .
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close