Liking cljdoc? Tell your friends :D

ivarref.nrepl-proxy


bytes->base64-strclj

(bytes->base64-str bytes)
source

close-handlerclj

(close-handler {:keys [endpoint] :as opts} s info open? session-id)
source

consume-handlerclj

(consume-handler {:keys [endpoint] :as opts} s info session-id arg)
source

gateway-error?clj

(gateway-error? t)
source

handlerclj

(handler {:keys [endpoint poll-delay] :as opts} s info)
source

opts->extra-headersclj

(opts->extra-headers {:keys [secret-header secret-value secret-file
                             secret-prefix]})
source

pollclj

(poll {:keys [endpoint give-up-seconds warn-after-seconds] :as opts}
      s
      info
      open?
      session-id
      start-poll-time)
source

session->streamclj

source

start-serverclj

(start-server {:keys [bind port endpoint secret-header secret-file secret-value
                      secret-prefix block? give-up-seconds warn-after-seconds
                      port-file poll-delay]
               :or {secret-header "authorization"
                    give-up-seconds 60
                    warn-after-seconds 5
                    secret-file ".secret"
                    bind "127.0.0.1"
                    secret-prefix ""
                    secret-value nil
                    poll-delay 100
                    port-file ".nrepl-proxy-port"
                    port 0
                    block? true}
               :as opts})
source

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

× close