patron icon indicating copy to clipboard operation
patron copied to clipboard

Ruby HTTP client based on libcurl

Results 8 patron issues
Sort by recently updated
recently updated
newest added

Attempts to update puma. However, some `should use chunked encoding` specs are failing and I am not sure what went wrong.

I started work on the streaming response bodies in https://github.com/toland/patron/tree/response-body-callback – using a Ruby callback to get the body data as it gets returned. However, the current API Patron has...

Feedback-needed

Would be great to have a method to 'recreate' the entire server response as one big string -- for very verbose logging, storing the responses as individual files, etc.

While working on https://github.com/julik/faraday-patron I found that the new tests for Faraday adapters also test the TRACE HTTP method - which, go figure, exists. There is also a number of...

https://github.com/toland/patron/issues/84 is kinda similar, more docs in the readme would be nice

Feedback-needed

Added `ssl_cert`, `ssl_cert_type` and `ssl_key_password` to support self-signed PKCS12 cert. see cURL docs for those options: https://curl.haxx.se/libcurl/c/CURLOPT_SSLCERT.html https://curl.haxx.se/libcurl/c/CURLOPT_SSLCERTTYPE.html I just wrote one spec, and it passed, if i missed something,...

Feedback-needed

# This idea came up in the discussion for #97. The idea would be to use curl_multi under the hood for asynchronous HTTP operations and then add a simple pool...

We need to remove the GH pages link from the repository, since the GH pages site seems to be offline. If we want to have a URL there we could...