Skip to content

Implement lastModified in Handler #31

@SevereOverfl0w

Description

@SevereOverfl0w

Is your feature request related to a problem? Please describe.

In Clojure the lastModified time on the URL is used to determine whether to load a file again. If the lastModified time is not specified/null, then it will always reload it. This leads to unexpected behaviour.

Describe the solution you'd like

Implement getLastModified in Handler and convey the modified time of the entries.

Describe alternatives you've considered

None.

I already made this change a long time ago in my clojure-focused build library.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions