Skip to content

Releases: alexmerren/httpcache

v0.2

01 Jun 15:35
d2bd7b7
Compare
Choose a tag to compare
  • Changed schema of database.
  • Add tests

v0.1

01 Sep 00:03
d7a51d8
Compare
Choose a tag to compare

Summary

  • Implemented basic version of a cached HTTP client.
  • Create SQLite backend for a local cache.
  • Optionality for denied and allowed status codes for cache.
  • Uniqueness of records depend on HTTP method, request URL, and request body.