Liking cljdoc? Tell your friends :D

link.http


create-http-handler-from-async-ringclj

(create-http-handler-from-async-ring ring-fn debug?)
source

create-http-handler-from-ringclj

(create-http-handler-from-ring ring-fn debug?)
source

h2-serverclj

(h2-server port
           ring-fn
           ssl-context
           &
           {:keys [threads executor debug host max-request-body async? options]
            :or {threads nil
                 executor nil
                 debug false
                 host "0.0.0.0"
                 max-request-body 1048576}})

start http2 server

start http2 server
sourceraw docstring

h2c-handlersclj

(h2c-handlers ring-fn max-length executor debug? async?)
source

h2c-serverclj

(h2c-server port
            ring-fn
            &
            {:keys [threads executor debug host max-request-body async? options]
             :or {threads nil
                  executor nil
                  debug false
                  host "0.0.0.0"
                  max-request-body 1048576}})
source

get-headerclj

(get-header this key)

set-headerclj

(set-header this key val)
source

http-on-errorclj

(http-on-error ch exc debug)
source

http-serverclj

(http-server port
             ring-fn
             &
             {:keys [threads executor debug host max-request-body async?
                     options]
              :or {threads nil
                   executor nil
                   debug false
                   host "0.0.0.0"
                   max-request-body 1048576}})
source

http2-alpn-handlerclj

(http2-alpn-handler ring-fn executor max-request-body async? debug?)
source

ring-requestclj

(ring-request ch req)
source

ring-responseclj

(ring-response resp alloc)
source

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

× close