microsoft / microsoft/typespec
Add definitions for conditional request headers to the HTTP library
- Dominant language
- Java
- Stars
- 5.9k
- Forks
- 394
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 104
Description
We should add definitions for the standard headers used for conditional requests to the HTTP library, so that these can be easily reused in API definitions.
- [Last-Modified](https://datatracker.ietf.org/doc/html/rfc9110#name-last-modified)
- [ETag](https://datatracker.ietf.org/doc/html/rfc9110#name-etag)
- [If-Match](https://datatracker.ietf.org/doc/html/rfc9110#name-if-match)
- [if-None-Match](https://datatracker.ietf.org/doc/html/rfc9110#name-if-none-match)
- [If-Modified-Since](https://datatracker.ietf.org/doc/html/rfc9110#name-if-modified-since)
- [If-Unmodified-Since](https://datatracker.ietf.org/doc/html/rfc9110#name-if-unmodified-since)
Contributor guide
Assessment
This issue has not been assessed yet.