dexador icon indicating copy to clipboard operation
dexador copied to clipboard

A fast HTTP client for Common Lisp

Results 34 dexador issues
Sort by recently updated
recently updated
newest added

For some reason, on certain sites, when using SSL, SBCL complains about a memory fault and Dexador fails to retrieve the page. Command used: (dex:get "https://google.com/" :verbose t) Result: CORRUPTION...

This allows `:content` to be a stream. If `:content` is a stream and `:content-length` is a specified header, set `:content-length` and copy that many bytes. If `:content` is a stream...

I keep getting this error with qlot and other dexador dependencies: ```lisp ; file: /Users/username/.roswell/lisp/quicklisp/dists/ultralisp/software/fukamachi-dexador-20240711141626/src/connection-cache.lisp ; in: DEFUN PUSH-CONNECTION ; (DEXADOR.CONNECTION-CACHE::WITH-LOCK (DEXADOR.CONNECTION-CACHE::LRU-POOL-LOCK ; DEXADOR.CONNECTION-CACHE::POOL) ; (DEXADOR.CONNECTION-CACHE::ADD-TO-LRU-POOL DEXADOR.CONNECTION-CACHE::POOL ; DEXADOR.CONNECTION-CACHE::HOST-PORT STREAM...