request-el
Directory to store data related to request.el.
request-storage-directory "~/.emacs.d/request"
Executable for curl command.
request-curl "curl"
Backend to be used for HTTP request. Automatically set to curl if curl command is found.
request-backend 'curl
Default request timeout in second. nil means no timeout.
request-timeout nil
Logging level for request. One of ‘error/warn/info/verbose/debug’. -1 means no logging.
request-log-level '-1
Logging level for request. See
request-log-level
request-message-level 'warn