Liking cljdoc? Tell your friends :D
Clojure only.

ring.middleware.swank

Middleware for working with Emacs swank connections.

Middleware for working with Emacs swank connections.
raw docstring

wrap-swankclj

(wrap-swank handler)

If this session is connected to a swank server, ensure that the handler has access to the swank connection when called by the web server. If this session does not have a swank connection, this middleware returns the handler unchanged.

If this session is connected to a swank server, ensure that the handler
has access to the swank connection when called by the web server. If this
session does not have a swank connection, this middleware returns the handler
unchanged.
sourceraw docstring

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

× close