edicl / drakma

HTTP client written in Common Lisp
http://edicl.github.io/drakma/
249 stars 58 forks source link

Revert "Use quri instead of puri" #64

Closed hanshuebner closed 9 years ago

hanshuebner commented 9 years ago

I need to pull back this change as it causes too many problems with existing software that either expect to be able to pass PURI:URI instances as arguments to HTTP-REQUEST, expect that PURI would be pulled as a dependency of DRAKMA or that want to operate on the PURI:URI object returned. Sorry.