Skip to content

add ETag and Last-Modified to the handler.ts #13

Open
@dohomi

Description

@dohomi

In the handler.ts you are adding following headers:

headers: {
      'Content-Type': ContentType,
      'Content-Disposition': ContentDisposition,
      'Cache-Control': 'max-age=31536000',
    },

It would be great if you could add ETag and Last-Modified as well to improve the caching options and increase a better SEO rating.
Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions