ChuckJonas / ts-force

A Salesforce REST Client written in Typescript for Typescript
88 stars 21 forks source link

Allow sending `httpHeaders` in composite requests #139

Closed jall closed 1 year ago

jall commented 1 year ago

Docs

We regularly use the If-Unmodifed-Since header to discard stale changes in our system

Couldn't see any tests or other places this affects, lmk if anything else needs doing