haskell-mafia / zodiac

API request-signing utilities
BSD 3-Clause "New" or "Revised" License
2 stars 2 forks source link

Use Authorization header rather than custom headers #18

Closed olorin closed 8 years ago

olorin commented 8 years ago

For HTTP semantics reasons - requests with Authorization can't be cached et cetera. On top of #7 (diff).

Plus some other minor changes:

@markhibberd @erikd-ambiata @thumphries @charleso

erikd-ambiata commented 8 years ago

:zap: