- oauth-with-input-from-request #!optional procparameter
Parameter controlling which HTTP client function is used for user info requests (GET with headers). Defaults to with-input-from-request from http-client.
The replacement procedure must have the same signature as with-input-from-request: (proc request body reader).
;; Use http-curl instead of http-client (import http-curl) (oauth-with-input-from-request with-input-from-request/curl)