-
Name
-
patron
-
Version
-
0.12.0
-
Platform
-
ruby
-
Authors
-
Phillip Toland
-
Bindir
-
exe
-
Date
-
2018-02-05 00:00:00 UTC
-
Dependencies
-
rake (~> 10, development)
bundler (>= 1, development)
rspec (>= 2.3.0, development)
simplecov (~> 0.10, development)
yard (~> 0.8, development)
rack (~> 1, development)
puma (~> 3.11, development)
rake-compiler (>= 0, development)
-
Description
-
Ruby HTTP client library based on libcurl
-
Email
-
phil.toland@gmail.com
-
Extensions
-
ext/patron/extconf.rb
-
Files
-
.autotest
.gitignore
.rspec
.travis.yml
.yardopts
CHANGELOG.md
Gemfile
LICENSE
README.md
Rakefile
ext/patron/.gitignore
ext/patron/extconf.rb
ext/patron/membuffer.c
ext/patron/membuffer.h
ext/patron/session_ext.c
ext/patron/sglib.h
lib/patron.rb
lib/patron/error.rb
lib/patron/header_parser.rb
lib/patron/proxy_type.rb
lib/patron/request.rb
lib/patron/response.rb
lib/patron/response_decoding.rb
lib/patron/session.rb
lib/patron/util.rb
lib/patron/version.rb
patron.gemspec
pic.png
script/console
script/test_server
spec/certs/cacert.pem
spec/certs/privkey.pem
spec/header_parser_spec.rb
spec/patron_spec.rb
spec/request_spec.rb
spec/response_spec.rb
spec/sample_response_headers/headers_wetransfer.txt
spec/sample_response_headers/headers_wetransfer_with_proxy_status.txt
spec/sample_response_headers/headers_wetransfer_with_redirect.txt
spec/sample_response_headers/headers_with_set_cookie.txt
spec/sample_response_headers/webmock_headers_without_trailing_crlf.txt
spec/session_spec.rb
spec/session_ssl_spec.rb
spec/spec_helper.rb
spec/support/config.ru
spec/support/test_server.rb
spec/util_spec.rb
-
Homepage
-
https://github.com/toland/patron
-
Metadata
-
{"allowed_push_host"=>"https://rubygems.org"}
-
Post install message
-
Thank you for installing Patron. On OSX, make sure you are using libCURL with OpenSSL.
SecureTransport-based builds might cause crashes in forking environment.
For more info see https://github.com/curl/curl/issues/788
-
Require paths
-
lib
ext
-
Required ruby version
-
>= 0
-
Required rubygems version
-
>= 1.2.0
-
Rubyforge project
-
patron
-
Rubygems version
-
2.5.2
-
Specification version
-
4
-
Summary
-
Patron HTTP Client
-
Original platform
-
ruby
-
New platform
-
ruby