-
``` ruby
#!/usr/bin/env ruby
require 'bundler/setup'
require 'webmachine'
class Resource < Webmachine::Resource
def resource_exists?
false
end
def encodings_provided
{ 'gzip' => :enco…
-
I'm not sure if this is an issue or my misuse of the Dataframe client, but I've written about this in a fair bit of detail already on [SO](https://stackoverflow.com/questions/57720108/influxdb-query-w…
-
This library fails if a route returns the following headers:
`'content-type' => 'application/json; charset=utf-8` and
`'content-encoding' => 'gzip',`
In this case the response.body is gzipped …
-
Hi, I'm getting some error with the headers of a standard GET request. I do know that this might be a very simple question, but no one replied to me on the rust forums so I was hoping someone here cou…
botev updated
6 years ago
-
**Action chaining** enables a [route action](https://unit.nginx.org/configuration/#handling-actions) to be configured as an array of action objects.
```json
{
"routes": [
{
…
-
Hello !
I have an issue using the module.
The purge URL are working great (`200 `when file cache exist and deleted, `404 `when file cache not exist).
Getting those URL from my browser or Post…
mtx-z updated
6 years ago
-
pyresttest doesn't appear to support GZIP requests / responses yet, could this be supported?
-
#### Describe your problem
My requests to the service being sent with Accept-Encoding: gzip header. which means the response results in a gzip encoding format, which in dredd are shown as question m…
-
**Describe the bug**
In cases of some network error or proxy server error, downloading is ended too early and gives a truncated file. But the truncated file is still cached by nix, leading to immed…
-
it seems that only `application/json` is supported, even if the client prefers `gzip` encoding