(ring-client-transport url)
Returns an nREPL client-side transport to connect to HTTP nREPL
endpoints implemented by ring-handler
.
This fn is implicitly registered as the implementation of
nrepl.core/url-connect for http
and https
schemes;
so, once this namespace is loaded, any tool that uses url-connect
will use this implementation for connecting to HTTP and HTTPS
nREPL endpoints.
Returns an nREPL client-side transport to connect to HTTP nREPL endpoints implemented by `ring-handler`. This fn is implicitly registered as the implementation of nrepl.core/url-connect for `http` and `https` schemes; so, once this namespace is loaded, any tool that uses url-connect will use this implementation for connecting to HTTP and HTTPS nREPL endpoints.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close