nodeSolidServer / nodeSolidServer/node-solid-server
Server should include the Last-Modified header
@knishkagithub já está trabalhando nisso.
Desde 7/10/2024.
- Linguagem predominante
- JavaScript
- Estrelas
- 1.8k
- Forks
- 308
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
Server MUST generate a Last-Modified header field in response to GET and HEAD requests.
https://solidproject.org/ED/protocol#server-last-modified-includes
Servers are strongly discouraged from exposing information beyond the minimum amount necessary to enable a feature.
https://solidproject.org/ED/protocol#exposing-information
So, the implementation should only expose the Last-Modified header when access is granted to the request target, i.e., when user or public has Read access to the resource. This is typically aligned with the 200 response.
Guia de contribuição
Primeiros passos
- Leia a issue inteira e depois o guia de contribuição do projeto.
- Comente na issue dizendo que vai assumir — evita que duas pessoas façam o mesmo trabalho.
- Faça um fork do repositório e trabalhe em uma branch.
- Abra um pull request que referencie o número da issue.
Avaliação
Esta issue ainda não foi avaliada.