Nick Ricketts
Nick Ricketts
This is the last sha I can build with `aba14a7e38e61f8158b17f41309744b39fd2abdc`
I will try and repo again with latest master and let you know the result.
Awesome, thanks!
Sounds great!! Thanks! :)
Basically I take a request in wookie proxy it through drakma, do stuff with the body and send back through wookie to the client the altered body and cookies. I...
I like your cl-cookie idea ;)
Can this get integrated into carrier? Can we reopen so we can talk about carrier integrating that lib?
This errors too ``` lisp (as:with-event-loop () (asf:alet ((mine (drakma-async:http-request "http://www.lpga.com" :method :head :additional-headers '(("Connection" . "close"))))) (format t "~%mine: ~s" mine))) ```