Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 256 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 256 Bytes

Snooze

You snooze you lose

A high-level Haskell REST library.

Goals

Initially this library is just a simple http client library. Eventually it should contain more cross-cutting concerns, such as:

  • Timeouts
  • Back-offs
  • Clusters
  • etc