r-lib / httr2

Make HTTP requests and process their responses. A modern reimagining of httr.
https://httr2.r-lib.org
Other
238 stars 59 forks source link

Signing for AWS requests #569

Closed hadley closed 1 week ago

hadley commented 1 week ago

Fixes #566. Generalises OAuth signing policies to any type of signature that needs to be computed just prior to submission. Fixes #562.