Liking cljdoc? Tell your friends :D

zeph.handlers

Built-in handlers for zeph server.

Built-in handlers for zeph server.
raw docstring

file-handlerclj

(file-handler req)

File server handler.

Routes: GET /health -> Health check GET /<path> -> Download file (streaming) POST /<path> -> Upload file (streaming) PUT /<path> -> Upload file (streaming)

File server handler.

Routes:
  GET /health     -> Health check
  GET /<path>     -> Download file (streaming)
  POST /<path>    -> Upload file (streaming)
  PUT /<path>     -> Upload file (streaming)
sourceraw docstring

get-root-dirclj

(get-root-dir)
source

set-root-dir!clj

(set-root-dir! dir)

Set the root directory for file operations.

Set the root directory for file operations.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close