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.
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.