Re: Drawbridge: a (Ring) HTTP transport for nREPL

2012-03-30 Thread Laurent PETIT
Awesome! One question : how to pass security credentials ? Le 29 mars 2012 à 23:43, Chas Emerick c...@cemerick.com a écrit : Drawbridge is an HTTP/HTTPS nREPL transport, implemented as a Ring handler: https://github.com/cemerick/drawbridge It also provides a client-side nREPL

Re: Drawbridge: a (Ring) HTTP transport for nREPL

2012-03-30 Thread Christophe Grand
It's just a web app, I guess you have to roll out your auth method of choice. On Fri, Mar 30, 2012 at 8:32 AM, Laurent PETIT laurent.pe...@gmail.comwrote: Awesome! One question : how to pass security credentials ? Le 29 mars 2012 à 23:43, Chas Emerick c...@cemerick.com a écrit :

Drawbridge: a (Ring) HTTP transport for nREPL

2012-03-29 Thread Chas Emerick
Drawbridge is an HTTP/HTTPS nREPL transport, implemented as a Ring handler: https://github.com/cemerick/drawbridge It also provides a client-side nREPL transport using clj-http that extends nREPL's url-connect; the intention is that any tool that uses url-connect will be able to