goldfinger/lib/goldfinger
Yamagishi Kazutoshi 29dce59043 Cast HTTP response body for JSON to string (regression from #4) (#5)
Oj uses `readpartial` instead of `to_s` if the value given for the arguments has a `readpartial` method.
Also, HTTP.rb splits the response if `Transfer-Encoding: chunked` is returned in the HTTP headers.

Will use `to_s` like `JSON.parse` which was used previously.
2017-08-04 14:05:28 +02:00
..
client.rb Update dependencies, do not mask HTTP/OpenSSL exceptions, do not fallback to HTTP (#4) 2017-07-19 23:36:11 +02:00
link.rb Update dependencies, do not mask HTTP/OpenSSL exceptions, do not fallback to HTTP (#4) 2017-07-19 23:36:11 +02:00
request.rb Update dependencies, do not mask HTTP/OpenSSL exceptions, do not fallback to HTTP (#4) 2017-07-19 23:36:11 +02:00
result.rb Cast HTTP response body for JSON to string (regression from #4) (#5) 2017-08-04 14:05:28 +02:00
utils.rb Update dependencies, do not mask HTTP/OpenSSL exceptions, do not fallback to HTTP (#4) 2017-07-19 23:36:11 +02:00