Liking cljdoc? Tell your friends :D

h2.protocol.frame


bufferclj

(buffer {:keys [packed] :as frame})

Converts a packed frame to a buffer

Converts a packed frame to a buffer
sourceraw docstring

decode-framecljmultimethod

source

encode-framecljmultimethod

source

exclusive-bitclj

source

frameclj

(frame buffer)
(frame [length type flags stream] payload)

Converts a buffer, or header and payload, to a packed frame

Converts a buffer, or header and payload, to a packed frame
sourceraw docstring

h2-frame-typeclj

Frame content template type to encode and decode http2 frames

Frame content template type to encode and decode http2 frames
sourceraw docstring

h2-header-typeclj

Frame header template type to encode and decode http2 frame headers

Frame header template type to encode and decode http2 frame headers
sourceraw docstring

(header buffer)

Converts a 9-byte buffer to a frame header

Converts a 9-byte buffer to a frame header
sourceraw docstring

packclj

(pack {:keys [flags stream packed] :as frame :or {flags #{} stream 0}}
      &
      [{:keys [settings] :or {settings (spec/setting-init)}}])

Packs a frame

Packs a frame
sourceraw docstring

reserved-bitclj

source

settings-templateclj

Frame codec type to encode and decode settings payload in http2 frames

Frame codec type to encode and decode settings payload in http2 frames
sourceraw docstring

unpackclj

(unpack {:keys [packed] :as frame}
        &
        [{:keys [settings] :or {settings (spec/setting-init)}}])

Unpacks a frame

Unpacks a frame
sourceraw docstring

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

× close