pkgsrc/www/ruby-em-http-request/PLIST
taca 0efcb0224e Add ruby-em-http-request package version 1.1.0.
# EM-HTTP-Request

Async (EventMachine) HTTP client, with support for:

- Asynchronous HTTP API for single & parallel request execution
- Keep-Alive and HTTP pipelining support
- Auto-follow 3xx redirects with max depth
- Automatic gzip & deflate decoding
- Streaming response processing
- Streaming file uploads
- HTTP proxy and SOCKS5 support
- Basic Auth & OAuth
- Connection-level & Global middleware support
- HTTP parser via [http_parser.rb](https://github.com/tmm1/http_parser.rb)
- Works wherever EventMachine runs: Rubinius, JRuby, MRI
2013-09-15 18:50:53 +00:00

55 lines
2 KiB
Text

@comment $NetBSD: PLIST,v 1.1 2013/09/15 18:50:53 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/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/json_response.rb
${GEM_LIBDIR}/lib/em-http/middleware/oauth.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/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/helper.rb
${GEM_LIBDIR}/spec/http_proxy_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/ssl_spec.rb
${GEM_LIBDIR}/spec/stallion.rb
${GEM_LIBDIR}/spec/stub_server.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec