76b894d163
= Changes in 2.3.2 = January 5, 2013 - version 2.3.2 * Changes * #138 Revert Timeout change unintentionally included in v2.3.1. It's reported that the change causes background processes not terminated properly. = Changes in 2.3.1 = January 1, 2013 - version 2.3.1 * Changes * #137 Signing key is expiring for cacert_sha1.p7s. Deleted p7s signature check for default cacerts. Sorry for many troubles in the past. This feature is not useful without having online/real-time CA certs update but I don't think I can implement it in near future. Users depend on this signature check (who puts cacert.p7s in R/W filesystem and ssl_config.rb in R/O filesystem) should take care the tampering by themself. * Bug fixes * #122 Support IPv6 address in URI = Changes in 2.3.0 = October 10, 2012 - version 2.3.0 * Features * Added debug mode CLI. bin/httpclient is installed as CLI. Usage: 1) % httpclient get https://www.google.co.jp/ q=ruby Usage: 2) %httpclient For 1) it issues a GET request to the given URI and shows the wiredump and the parsed result. For 2) it invokes irb shell with the binding that has a HTTPClient as 'self'. You can call HTTPClient instance methods like; > get "https://www.google.co.jp/", :q => :ruby * #119 Addressable gem support (only if it exists); should handle IRI properly. * Bug fixes * #115 Cookies couldn't work properly if the path in an URI is ommited. * #112, #117 Proper handling of sized IO (the IO object that responds to :size) for chunked POST. HTTPClient did read till EOF even if the given IO has :size method. * Handle '303 See Other' properly. RFC2616 says it should be redirected with GET. * #116 Fix "100-continue" support. It was just ignored. * #118 Support for boolean values when making POST/PUT requests with multiipart/form Content-Type. * #110 Allows leading dots in no_proxy hostname suffixes.
61 lines
2.1 KiB
Text
61 lines
2.1 KiB
Text
@comment $NetBSD: PLIST,v 1.7 2013/01/05 05:46:11 obache Exp $
|
|
bin/httpclient${RUBY_VER}
|
|
${GEM_HOME}/cache/${GEM_NAME}.gem
|
|
${GEM_LIBDIR}/README.txt
|
|
${GEM_LIBDIR}/bin/httpclient
|
|
${GEM_LIBDIR}/lib/hexdump.rb
|
|
${GEM_LIBDIR}/lib/http-access2.rb
|
|
${GEM_LIBDIR}/lib/http-access2/cookie.rb
|
|
${GEM_LIBDIR}/lib/http-access2/http.rb
|
|
${GEM_LIBDIR}/lib/httpclient.rb
|
|
${GEM_LIBDIR}/lib/httpclient/auth.rb
|
|
${GEM_LIBDIR}/lib/httpclient/cacert.p7s
|
|
${GEM_LIBDIR}/lib/httpclient/connection.rb
|
|
${GEM_LIBDIR}/lib/httpclient/cookie.rb
|
|
${GEM_LIBDIR}/lib/httpclient/http.rb
|
|
${GEM_LIBDIR}/lib/httpclient/include_client.rb
|
|
${GEM_LIBDIR}/lib/httpclient/session.rb
|
|
${GEM_LIBDIR}/lib/httpclient/ssl_config.rb
|
|
${GEM_LIBDIR}/lib/httpclient/timeout.rb
|
|
${GEM_LIBDIR}/lib/httpclient/util.rb
|
|
${GEM_LIBDIR}/lib/httpclient/version.rb
|
|
${GEM_LIBDIR}/lib/oauthclient.rb
|
|
${GEM_LIBDIR}/sample/async.rb
|
|
${GEM_LIBDIR}/sample/auth.rb
|
|
${GEM_LIBDIR}/sample/cookie.rb
|
|
${GEM_LIBDIR}/sample/dav.rb
|
|
${GEM_LIBDIR}/sample/howto.rb
|
|
${GEM_LIBDIR}/sample/oauth_buzz.rb
|
|
${GEM_LIBDIR}/sample/oauth_friendfeed.rb
|
|
${GEM_LIBDIR}/sample/oauth_salesforce_10.rb
|
|
${GEM_LIBDIR}/sample/oauth_twitter.rb
|
|
${GEM_LIBDIR}/sample/ssl/0cert.pem
|
|
${GEM_LIBDIR}/sample/ssl/0key.pem
|
|
${GEM_LIBDIR}/sample/ssl/1000cert.pem
|
|
${GEM_LIBDIR}/sample/ssl/1000key.pem
|
|
${GEM_LIBDIR}/sample/ssl/htdocs/index.html
|
|
${GEM_LIBDIR}/sample/ssl/ssl_client.rb
|
|
${GEM_LIBDIR}/sample/ssl/webrick_httpsd.rb
|
|
${GEM_LIBDIR}/sample/stream.rb
|
|
${GEM_LIBDIR}/sample/thread.rb
|
|
${GEM_LIBDIR}/sample/wcat.rb
|
|
${GEM_LIBDIR}/test/ca-chain.cert
|
|
${GEM_LIBDIR}/test/ca.cert
|
|
${GEM_LIBDIR}/test/client.cert
|
|
${GEM_LIBDIR}/test/client.key
|
|
${GEM_LIBDIR}/test/helper.rb
|
|
${GEM_LIBDIR}/test/htdigest
|
|
${GEM_LIBDIR}/test/htpasswd
|
|
${GEM_LIBDIR}/test/runner.rb
|
|
${GEM_LIBDIR}/test/server.cert
|
|
${GEM_LIBDIR}/test/server.key
|
|
${GEM_LIBDIR}/test/sslsvr.rb
|
|
${GEM_LIBDIR}/test/subca.cert
|
|
${GEM_LIBDIR}/test/test_auth.rb
|
|
${GEM_LIBDIR}/test/test_cookie.rb
|
|
${GEM_LIBDIR}/test/test_hexdump.rb
|
|
${GEM_LIBDIR}/test/test_http-access2.rb
|
|
${GEM_LIBDIR}/test/test_httpclient.rb
|
|
${GEM_LIBDIR}/test/test_include_client.rb
|
|
${GEM_LIBDIR}/test/test_ssl.rb
|
|
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
|