quicklisp / quicklisp-client

Quicklisp client.
http://www.quicklisp.org/
MIT License
298 stars 75 forks source link

Support headers when fetching tarballs #155

Closed daewok closed 4 years ago

daewok commented 6 years ago

I've exported headers-for-url because I'm planning to submit a PR to quicklisp-https to use it.

I'd really like to add the ability for headers to be retrieved by specifying a command (for instance to decrypt a file so a private token isn't sitting unencrypted in the file system). But that's a pain to support on all the lisps Quicklisp runs on, so I'm going to punt it until ASDF 3 is required and uiop:run-program becomes available.