public
Fork of pezra/resourceful
Description: An HTTP library for Ruby that takes advantage of everything HTTP has to offer.
Homepage: http://absolute-performance.com/open-source/resourceful
Clone URL: git://github.com/paul/resourceful.git
resourceful / Manifest
100644 31 lines (30 sloc) 0.846 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Manifest
spec/spec.opts
spec/simple_sinatra_server_spec.rb
spec/simple_sinatra_server.rb
spec/acceptance/header_spec.rb
spec/acceptance/caching_spec.rb
spec/acceptance/resource_spec.rb
spec/acceptance/redirecting_spec.rb
spec/acceptance/authorization_spec.rb
spec/acceptance_shared_specs.rb
spec/spec_helper.rb
spec/old_acceptance_specs.rb
README.markdown
resourceful.gemspec
lib/resourceful/cache_manager.rb
lib/resourceful/exceptions.rb
lib/resourceful/net_http_adapter.rb
lib/resourceful/stubbed_resource_proxy.rb
lib/resourceful/header.rb
lib/resourceful/authentication_manager.rb
lib/resourceful/request.rb
lib/resourceful/resource.rb
lib/resourceful/response.rb
lib/resourceful/util.rb
lib/resourceful/http_accessor.rb
lib/resourceful/options_interpreter.rb
lib/resourceful/memcache_cache_manager.rb
lib/resourceful.rb
Rakefile
MIT-LICENSE