Liking cljdoc? Tell your friends :D

protojure.internal.grpc.client.providers.http2.jetty


connectclj

(connect
  {:keys [host port input-buffer-size idle-timeout ssl]
   :or
     {host "localhost" input-buffer-size default-input-buffer port 80 ssl false}
   :as params})
source

default-input-bufferclj

source

disconnectclj

(disconnect {:keys [client] :as context})
source

empty-dataclj

source

send-requestclj

(send-request {:keys [session] :as context}
              {:keys [input-ch meta-ch output-ch] :as request})
source

transmit-data-framesclj

(transmit-data-frames input stream)

Creates DATA frames from the buffers on the channel

Creates DATA frames from the buffers on the channel
sourceraw docstring

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

× close