-
Simply something to consider. WebDAV extends HTTP/1.1 by adding some additional verbs, perhaps it may be useful to include them in the headers chart?
http://www.webdav.org/specs/rfc2518.html#http.met…
Ashex updated
11 years ago
-
see, e.g., [these results on wpt.fyi](https://wpt.fyi/results/cookies/samesite/fetch.https.html?run_id=5107602061524992&run_id=5178955124965376&run_id=5198184062648320&run_id=5159082680385536&run_id=5…
-
The example at examples/server.rs breaks when I add one more header after line 36,
https://github.com/stepancheg/rust-http2/blob/master/examples/server.rs#L36 :
resp_headers.add("ETag", "123456789…
-
There are different aspects of cookie handling in Scrapy that we should improve. This issue aims to centralize a set of improvements that could be addressed as part of a Google Summer of Code project.…
-
Remove it from experimental status.
-
Currently, only 250 concurrent clients are supported, find a way to support more
nbari updated
5 years ago
-
Deleting a URI doesn't mean that you have to destroy the content associated to the URI. URI is just an identifier giving a reference to access a content (not to create or destroy content). You might w…
-
Hi there,
in `HttpEce.deriveKey(...)` method you have following flow:
```java
byte[] secret = null;
byte[] context = null;//follow this one
if (key != null) {
secret = key;
} else if (dh …
-
This issue is a follow-up to #90 . The spec is now intentionally ambiguous about which error code to send when historical versions are missing or unavailable on the server.
I proposed 416 Range Not…
-
Redirecting from [here](https://github.com/privacycg/CHIPS/issues/74#issuecomment-1977237458) as it isn't specific to the 1vs10 KB limit.
I think there is an interesting open question that may be w…