Quote from commit logs: * Reset and close connection on duplicate response. * Rescue from StandardError instead of Exception. * Handle redirects on keep-alive connections. * Fix the issue when redirect url is triggered only after inactivity timeout. * ignore query option when redirecting. * Use Base64.strict_encode64 to not add line feeds. * Cleanup header annotations for rubydocs, closes #281. * Use inferred_port, port can be nil causing connection failures. * Don't modify header for CONNECT style proxies. * fixing specs, cleaning up deprecation warning. * Don't memoize status; http_status may change.
63 lines
2.3 KiB
Text
63 lines
2.3 KiB
Text
@comment $NetBSD: PLIST,v 1.3 2016/01/03 07:56:35 taca Exp $
|
|
${GEM_HOME}/cache/${GEM_NAME}.gem
|
|
${GEM_LIBDIR}/.gemtest
|
|
${GEM_LIBDIR}/.gitignore
|
|
${GEM_LIBDIR}/.rspec
|
|
${GEM_LIBDIR}/Changelog.md
|
|
${GEM_LIBDIR}/Gemfile
|
|
${GEM_LIBDIR}/README.md
|
|
${GEM_LIBDIR}/Rakefile
|
|
${GEM_LIBDIR}/benchmarks/clients.rb
|
|
${GEM_LIBDIR}/benchmarks/em-excon.rb
|
|
${GEM_LIBDIR}/benchmarks/em-profile.gif
|
|
${GEM_LIBDIR}/benchmarks/em-profile.txt
|
|
${GEM_LIBDIR}/benchmarks/server.rb
|
|
${GEM_LIBDIR}/em-http-request.gemspec
|
|
${GEM_LIBDIR}/examples/.gitignore
|
|
${GEM_LIBDIR}/examples/digest_auth/client.rb
|
|
${GEM_LIBDIR}/examples/digest_auth/server.rb
|
|
${GEM_LIBDIR}/examples/fetch.rb
|
|
${GEM_LIBDIR}/examples/fibered-http.rb
|
|
${GEM_LIBDIR}/examples/multi.rb
|
|
${GEM_LIBDIR}/examples/oauth-tweet.rb
|
|
${GEM_LIBDIR}/examples/socks5.rb
|
|
${GEM_LIBDIR}/lib/em-http-request.rb
|
|
${GEM_LIBDIR}/lib/em-http.rb
|
|
${GEM_LIBDIR}/lib/em-http/client.rb
|
|
${GEM_LIBDIR}/lib/em-http/core_ext/bytesize.rb
|
|
${GEM_LIBDIR}/lib/em-http/decoders.rb
|
|
${GEM_LIBDIR}/lib/em-http/http_client_options.rb
|
|
${GEM_LIBDIR}/lib/em-http/http_connection.rb
|
|
${GEM_LIBDIR}/lib/em-http/http_connection_options.rb
|
|
${GEM_LIBDIR}/lib/em-http/http_encoding.rb
|
|
${GEM_LIBDIR}/lib/em-http/http_header.rb
|
|
${GEM_LIBDIR}/lib/em-http/http_status_codes.rb
|
|
${GEM_LIBDIR}/lib/em-http/middleware/digest_auth.rb
|
|
${GEM_LIBDIR}/lib/em-http/middleware/json_response.rb
|
|
${GEM_LIBDIR}/lib/em-http/middleware/oauth.rb
|
|
${GEM_LIBDIR}/lib/em-http/middleware/oauth2.rb
|
|
${GEM_LIBDIR}/lib/em-http/multi.rb
|
|
${GEM_LIBDIR}/lib/em-http/request.rb
|
|
${GEM_LIBDIR}/lib/em-http/version.rb
|
|
${GEM_LIBDIR}/spec/client_fiber_spec.rb
|
|
${GEM_LIBDIR}/spec/client_spec.rb
|
|
${GEM_LIBDIR}/spec/digest_auth_spec.rb
|
|
${GEM_LIBDIR}/spec/dns_spec.rb
|
|
${GEM_LIBDIR}/spec/encoding_spec.rb
|
|
${GEM_LIBDIR}/spec/external_spec.rb
|
|
${GEM_LIBDIR}/spec/fixtures/google.ca
|
|
${GEM_LIBDIR}/spec/fixtures/gzip-sample.gz
|
|
${GEM_LIBDIR}/spec/gzip_spec.rb
|
|
${GEM_LIBDIR}/spec/helper.rb
|
|
${GEM_LIBDIR}/spec/http_proxy_spec.rb
|
|
${GEM_LIBDIR}/spec/middleware/oauth2_spec.rb
|
|
${GEM_LIBDIR}/spec/middleware_spec.rb
|
|
${GEM_LIBDIR}/spec/multi_spec.rb
|
|
${GEM_LIBDIR}/spec/pipelining_spec.rb
|
|
${GEM_LIBDIR}/spec/redirect_spec.rb
|
|
${GEM_LIBDIR}/spec/socksify_proxy_spec.rb
|
|
${GEM_LIBDIR}/spec/spec_helper.rb
|
|
${GEM_LIBDIR}/spec/ssl_spec.rb
|
|
${GEM_LIBDIR}/spec/stallion.rb
|
|
${GEM_LIBDIR}/spec/stub_server.rb
|
|
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
|