Hello, Total common lisp newbie here. On Windows 11, portacle using sbcl I do ``` (ql:quickload :drakma) (setf drakma:*header-stream* *standard-output*) (drakma:http-request "http://lisp.org/") ``` and I see  I'm sure I'm doing something wrong, thanks for any help!