Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 317 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 317 Bytes

HTTP "Date" header for elli

This Elli middleware adds the "Date" header to responses. The current date string is cached in an ETS-table and updated once a second. The impact on performance is very low, if noticeable at all.

According to the HTTP 1.1 specification, the "Date" header in each response is required.