chickadee » oauthtoothy » oauth-call-with-input-request

oauth-call-with-input-request #!optional procparameter

Parameter controlling which HTTP client function is used for token exchange requests (POST with body). Defaults to call-with-input-request from http-client.

The replacement procedure must have the same signature as call-with-input-request: (proc uri form-data response-handler).

;; Use http-curl instead of http-client
(import http-curl)
(oauth-call-with-input-request call-with-input-request/curl)