Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add last modified support #8

Merged

Commits on Jun 18, 2021

  1. Add Last-Modified support to http client and rtrmon

    Adds `Last-Modified` header support and enables this (and `ETag`s)
    by default for rtrmon.
    
    I'm using rtrmon with a backend that suports `If-Modified-Since`
    but not `If-None-Match`. To poll this often (sub-minute interval)
    it is better to use conditional requests.
    ties committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    5d36af6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e976ab2 View commit details
    Browse the repository at this point in the history