-
For example, be able to expand the following:
```
```
to
```
HTTP Semantics
The Hypertext Transfer Protocol (HTTP) is a stateless application-le…
-
Can we support Cloud Optimized GeoTIFF (COG) through a Coverage API?
COG depends on HTTP Range Requests (RFC 7233). This is not currently required for OGC APIs.
-
## Problem
- Mixing limits and offsets with `Range` goes against the [RFC 7233](https://datatracker.ietf.org/doc/html/rfc7233) as it was mentioned in #1089.
- Some unexpected error responses occur…
-
Thank you for making PostgREST. It clearly attempts to comply with the HTTP protocol, but it falls short in a few places. I’m reporting these all in one issue, because I don’t know if you’re intereste…
-
`RFC 9110`[^rfc9110] was published in June 2022.
[^rfc9110]: [RFC-9110 HTTP Semantics](https://datatracker.ietf.org/doc/html/rfc9110)
> Abstract
>
> The Hypertext Transfer Protocol (HTTP) is…
-
Google Drive downloads don't recognize total file size and thus can't resume or download concurrently. This was reported previously: #1514 #1538
The problem seems to be that:
1. Google drive resp…
-
https://github.com/huaweicloud/huaweicloud-sdk-go-obs/blob/782df337584adbb102afe9dd5e3eeaf6950e269e/obs/trait.go#L586
https://datatracker.ietf.org/doc/html/rfc7233#section-2.1
Based on the definit…
-
We are looking for a solution to host [WebAmps](https://webamp.org/) playlist so we can stream audio and pre-fetch efficiently its [metadata](https://github.com/Borewit/music-metadata-browser).
Any…
-
Incomplete list from while I was working on the code:
* [ ] Add README file.
* [x] #494.
* [x] #495.
* [ ] #496.
* [x] #497.
* [x] #499.
* [ ] Testing:
* [ ] `client` module.
* [ ] Te…
-
RFC 7233 defines 416 as "Range Not Satisfiable". This was previously "Requested Range Not Satisfiable" in RFC 2616, which is obsolete.
https://tools.ietf.org/html/rfc7233#section-4.4
But everywher…