-
Name
-
typhoeus
-
Version
-
0.1.30
-
Platform
-
ruby
-
Authors
-
Paul Dix
-
Bindir
-
bin
-
Date
-
2010-07-15 00:00:00 UTC
-
Dependencies
-
rack (>= 0)
rspec (>= 0, development)
jeweler (>= 0, development)
diff-lcs (>= 0, development)
sinatra (>= 0, development)
json (>= 0, development)
-
Description
-
Like a modern code version of the mythical beast with 100 serpent heads, Typhoeus runs HTTP requests in parallel while cleanly encapsulating handling logic.
-
Email
-
paul@pauldix.net
-
Extensions
-
ext/typhoeus/extconf.rb
-
Extra rdoc files
-
README.textile
-
Files
-
.gitignore
CHANGELOG.markdown
README.textile
Rakefile
VERSION
benchmarks/profile.rb
benchmarks/vs_nethttp.rb
examples/twitter.rb
ext/typhoeus/.gitignore
ext/typhoeus/Makefile
ext/typhoeus/extconf.rb
ext/typhoeus/native.c
ext/typhoeus/native.h
ext/typhoeus/typhoeus_easy.c
ext/typhoeus/typhoeus_easy.h
ext/typhoeus/typhoeus_multi.c
ext/typhoeus/typhoeus_multi.h
lib/typhoeus.rb
lib/typhoeus/.gitignore
lib/typhoeus/easy.rb
lib/typhoeus/filter.rb
lib/typhoeus/hydra.rb
lib/typhoeus/multi.rb
lib/typhoeus/remote.rb
lib/typhoeus/remote_method.rb
lib/typhoeus/remote_proxy_object.rb
lib/typhoeus/request.rb
lib/typhoeus/response.rb
lib/typhoeus/service.rb
profilers/valgrind.rb
spec/fixtures/result_set.xml
spec/servers/app.rb
spec/spec.opts
spec/spec_helper.rb
spec/typhoeus/easy_spec.rb
spec/typhoeus/filter_spec.rb
spec/typhoeus/hydra_spec.rb
spec/typhoeus/multi_spec.rb
spec/typhoeus/remote_method_spec.rb
spec/typhoeus/remote_proxy_object_spec.rb
spec/typhoeus/remote_spec.rb
spec/typhoeus/request_spec.rb
spec/typhoeus/response_spec.rb
typhoeus.gemspec
-
Has rdoc
-
true
-
Homepage
-
http://github.com/pauldix/typhoeus
-
Rdoc options
-
--charset=UTF-8
-
Require paths
-
lib
-
Required ruby version
-
>= 0
-
Required rubygems version
-
>= 0
-
Rubygems version
-
1.3.6
-
Specification version
-
3
-
Summary
-
A library for interacting with web services (and building SOAs) at blinding speed.
-
Test files
-
spec/servers/app.rb
spec/spec_helper.rb
spec/typhoeus/easy_spec.rb
spec/typhoeus/filter_spec.rb
spec/typhoeus/hydra_spec.rb
spec/typhoeus/multi_spec.rb
spec/typhoeus/remote_method_spec.rb
spec/typhoeus/remote_proxy_object_spec.rb
spec/typhoeus/remote_spec.rb
spec/typhoeus/request_spec.rb
spec/typhoeus/response_spec.rb
examples/twitter.rb
-
Original platform
-
ruby
-
New platform
-
ruby