Liking cljdoc? Tell your friends :D

ivarref.tcp-ws-proxy


add-shutdown-hook!clj

(add-shutdown-hook! servers)
source

handlerclj

(handler {:keys [endpoint secret-header secret-file remote-host remote-port]}
         local-sock)
source

make-serverclj

(make-server {:keys [bind] :as opts} {:keys [host port]})
source

num-connectionsclj

source

start-serverclj

(start-server {:keys [bind endpoint block? secret-header secret-file remotes]
               :or {bind "127.0.0.1"
                    block? true
                    secret-header "nrepl-token"
                    secret-file ".nrepl-token"}
               :as opts})
source

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

× close