-
Hello,
We are storing our keys and labels into a database table, so we created a get service to retrieve all the labels from the database and return them to the client site. We are using the urlLoa…
-
I have a question about the code on https://github.com/plataformatec/faraday-http-cache/blob/master/lib/faraday/http_cache.rb#L247. So even if the response is not_modified, this line of code will stor…
-
Hi,
I'm trying to test http2 server pushes and got a strange error.
My browser is FireFox Nightly 39.0a1 (2015-03-09). But it reproduces in 36.
My h2o config:
```
listen:
port: 443
ssl:
…
brk0v updated
9 years ago
-
We need a Rest-API. This could be done by a proxy that runs as a CGI script and opens socket connections to the server.
-
Условия кеширования из [RFC 7234](http://tools.ietf.org/html/rfc7234):
- The request method is understood by the cache and defined as being cacheable, **and**
- the response status code is understood …