-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmanifest
64 lines (64 loc) · 1.41 KB
/
manifest
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
.gitignore
.rspec
.rubocop.yml
.ruby-version
.strong_versions.yml
Gemfile
LICENSE
Makefile
README.md
Rakefile
TODO
bin/rspec
bin/rubocop
bin/strong_versions
bin/web_fetch_control
bin/web_fetch_server
config/locales/en.yml
doc/examples/blocking_requests.rb
doc/examples/non_blocking_requests.rb
doc/examples/use_uid_for_request.rb
doc/web_fetch_architecture.png
docker/Dockerfile
lib/web_fetch.rb
lib/web_fetch/client.rb
lib/web_fetch/concerns/client_http.rb
lib/web_fetch/concerns/http_helpers.rb
lib/web_fetch/concerns/validatable.rb
lib/web_fetch/errors.rb
lib/web_fetch/gatherer.rb
lib/web_fetch/helpers.rb
lib/web_fetch/logger.rb
lib/web_fetch/promise.rb
lib/web_fetch/request.rb
lib/web_fetch/resources.rb
lib/web_fetch/response.rb
lib/web_fetch/retriever.rb
lib/web_fetch/router.rb
lib/web_fetch/server.rb
lib/web_fetch/storage.rb
lib/web_fetch/storage/memcached.rb
lib/web_fetch/storage/memory.rb
lib/web_fetch/storage/redis.rb
lib/web_fetch/version.rb
manifest
spec/client_spec.rb
spec/concerns/validatable_spec.rb
spec/features/http_fetching_spec.rb
spec/gatherer_spec.rb
spec/helpers_spec.rb
spec/i18n_spec.rb
spec/promise_spec.rb
spec/request_spec.rb
spec/resources_spec.rb
spec/response_spec.rb
spec/retriever_spec.rb
spec/router_spec.rb
spec/server_spec.rb
spec/spec_helper.rb
spec/storage/memcached_spec.rb
spec/storage/memory_spec.rb
spec/storage/redis_spec.rb
spec/storage/shared_examples.rb
swagger.yaml
web_fetch.gemspec