rack-client 0.3.1.pre.g → 0.3.1.pre.h

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (54) hide show
  1. data/lib/rack/client/adapter/base.rb +6 -5
  2. data/lib/rack/client/handler/em-http.rb +20 -2
  3. data/lib/rack/client/handler/excon.rb +1 -1
  4. data/lib/rack/client/handler/net_http.rb +1 -1
  5. data/lib/rack/client/handler/typhoeus.rb +15 -1
  6. data/lib/rack/client/version.rb +1 -1
  7. metadata +43 -90
  8. data/demo/config.ru +0 -3
  9. data/lib/rack/client.rbc +0 -723
  10. data/lib/rack/client/adapter.rbc +0 -225
  11. data/lib/rack/client/adapter/base.rbc +0 -1761
  12. data/lib/rack/client/adapter/simple.rbc +0 -2889
  13. data/lib/rack/client/core.rbc +0 -85
  14. data/lib/rack/client/core/dual_band.rbc +0 -380
  15. data/lib/rack/client/core/headers.rbc +0 -1811
  16. data/lib/rack/client/core/response.rbc +0 -1105
  17. data/lib/rack/client/handler.rbc +0 -340
  18. data/lib/rack/client/handler/em-http.rbc +0 -1648
  19. data/lib/rack/client/handler/excon.rbc +0 -1274
  20. data/lib/rack/client/handler/net_http.rbc +0 -2400
  21. data/lib/rack/client/handler/typhoeus.rbc +0 -2066
  22. data/lib/rack/client/middleware.rbc +0 -101
  23. data/lib/rack/client/middleware/auth.rbc +0 -117
  24. data/lib/rack/client/middleware/auth/abstract/challenge.rbc +0 -1453
  25. data/lib/rack/client/middleware/auth/basic.rbc +0 -1566
  26. data/lib/rack/client/middleware/auth/digest/challenge.rbc +0 -1124
  27. data/lib/rack/client/middleware/auth/digest/md5.rbc +0 -2241
  28. data/lib/rack/client/middleware/auth/digest/params.rbc +0 -365
  29. data/lib/rack/client/middleware/cache.rbc +0 -528
  30. data/lib/rack/client/middleware/cache/cachecontrol.rbc +0 -1610
  31. data/lib/rack/client/middleware/cache/context.rbc +0 -2074
  32. data/lib/rack/client/middleware/cache/entitystore.rbc +0 -1619
  33. data/lib/rack/client/middleware/cache/key.rbc +0 -1217
  34. data/lib/rack/client/middleware/cache/metastore.rbc +0 -2754
  35. data/lib/rack/client/middleware/cache/options.rbc +0 -1845
  36. data/lib/rack/client/middleware/cache/request.rbc +0 -1020
  37. data/lib/rack/client/middleware/cache/response.rbc +0 -1540
  38. data/lib/rack/client/middleware/cache/storage.rbc +0 -1106
  39. data/lib/rack/client/middleware/cookie_jar.rbc +0 -471
  40. data/lib/rack/client/middleware/cookie_jar/context.rbc +0 -1576
  41. data/lib/rack/client/middleware/cookie_jar/cookie.rbc +0 -2393
  42. data/lib/rack/client/middleware/cookie_jar/cookiestore.rbc +0 -1209
  43. data/lib/rack/client/middleware/cookie_jar/options.rbc +0 -1305
  44. data/lib/rack/client/middleware/cookie_jar/request.rbc +0 -568
  45. data/lib/rack/client/middleware/cookie_jar/response.rbc +0 -616
  46. data/lib/rack/client/middleware/cookie_jar/storage.rbc +0 -894
  47. data/lib/rack/client/middleware/follow_redirects.rbc +0 -1344
  48. data/lib/rack/client/parser.rbc +0 -484
  49. data/lib/rack/client/parser/base.rbc +0 -898
  50. data/lib/rack/client/parser/body_collection.rbc +0 -1251
  51. data/lib/rack/client/parser/context.rbc +0 -540
  52. data/lib/rack/client/parser/request.rbc +0 -631
  53. data/lib/rack/client/parser/response.rbc +0 -663
  54. data/lib/rack/client/version.rbc +0 -203
@@ -1,1845 +0,0 @@
1
- !RBIX
2
- 0
3
- x
4
- M
5
- 1
6
- n
7
- n
8
- x
9
- 10
10
- __script__
11
- i
12
- 28
13
- 99
14
- 7
15
- 0
16
- 65
17
- 49
18
- 1
19
- 2
20
- 13
21
- 99
22
- 12
23
- 7
24
- 2
25
- 12
26
- 7
27
- 3
28
- 12
29
- 65
30
- 12
31
- 49
32
- 4
33
- 4
34
- 15
35
- 49
36
- 2
37
- 0
38
- 15
39
- 2
40
- 11
41
- I
42
- 6
43
- I
44
- 0
45
- I
46
- 0
47
- I
48
- 0
49
- n
50
- p
51
- 5
52
- x
53
- 4
54
- Rack
55
- x
56
- 11
57
- open_module
58
- x
59
- 15
60
- __module_init__
61
- M
62
- 1
63
- n
64
- n
65
- x
66
- 4
67
- Rack
68
- i
69
- 28
70
- 5
71
- 66
72
- 99
73
- 7
74
- 0
75
- 65
76
- 49
77
- 1
78
- 2
79
- 13
80
- 99
81
- 12
82
- 7
83
- 2
84
- 12
85
- 7
86
- 3
87
- 12
88
- 65
89
- 12
90
- 49
91
- 4
92
- 4
93
- 15
94
- 49
95
- 2
96
- 0
97
- 11
98
- I
99
- 6
100
- I
101
- 0
102
- I
103
- 0
104
- I
105
- 0
106
- n
107
- p
108
- 5
109
- x
110
- 6
111
- Client
112
- x
113
- 11
114
- open_module
115
- x
116
- 15
117
- __module_init__
118
- M
119
- 1
120
- n
121
- n
122
- x
123
- 6
124
- Client
125
- i
126
- 28
127
- 5
128
- 66
129
- 99
130
- 7
131
- 0
132
- 65
133
- 49
134
- 1
135
- 2
136
- 13
137
- 99
138
- 12
139
- 7
140
- 2
141
- 12
142
- 7
143
- 3
144
- 12
145
- 65
146
- 12
147
- 49
148
- 4
149
- 4
150
- 15
151
- 49
152
- 2
153
- 0
154
- 11
155
- I
156
- 6
157
- I
158
- 0
159
- I
160
- 0
161
- I
162
- 0
163
- n
164
- p
165
- 5
166
- x
167
- 5
168
- Cache
169
- x
170
- 11
171
- open_module
172
- x
173
- 15
174
- __module_init__
175
- M
176
- 1
177
- n
178
- n
179
- x
180
- 5
181
- Cache
182
- i
183
- 28
184
- 5
185
- 66
186
- 99
187
- 7
188
- 0
189
- 65
190
- 49
191
- 1
192
- 2
193
- 13
194
- 99
195
- 12
196
- 7
197
- 2
198
- 12
199
- 7
200
- 3
201
- 12
202
- 65
203
- 12
204
- 49
205
- 4
206
- 4
207
- 15
208
- 49
209
- 2
210
- 0
211
- 11
212
- I
213
- 6
214
- I
215
- 0
216
- I
217
- 0
218
- I
219
- 0
220
- n
221
- p
222
- 5
223
- x
224
- 7
225
- Options
226
- x
227
- 11
228
- open_module
229
- x
230
- 15
231
- __module_init__
232
- M
233
- 1
234
- n
235
- n
236
- x
237
- 7
238
- Options
239
- i
240
- 195
241
- 5
242
- 66
243
- 99
244
- 7
245
- 0
246
- 7
247
- 1
248
- 65
249
- 5
250
- 49
251
- 2
252
- 4
253
- 15
254
- 99
255
- 7
256
- 3
257
- 7
258
- 4
259
- 65
260
- 67
261
- 49
262
- 5
263
- 0
264
- 49
265
- 6
266
- 4
267
- 15
268
- 5
269
- 7
270
- 3
271
- 47
272
- 49
273
- 7
274
- 1
275
- 15
276
- 5
277
- 7
278
- 8
279
- 47
280
- 49
281
- 0
282
- 1
283
- 15
284
- 5
285
- 7
286
- 9
287
- 47
288
- 49
289
- 0
290
- 1
291
- 15
292
- 5
293
- 7
294
- 10
295
- 47
296
- 49
297
- 0
298
- 1
299
- 15
300
- 5
301
- 7
302
- 11
303
- 47
304
- 49
305
- 0
306
- 1
307
- 15
308
- 5
309
- 7
310
- 12
311
- 47
312
- 49
313
- 0
314
- 1
315
- 15
316
- 5
317
- 7
318
- 13
319
- 47
320
- 49
321
- 0
322
- 1
323
- 15
324
- 5
325
- 7
326
- 14
327
- 47
328
- 49
329
- 0
330
- 1
331
- 15
332
- 5
333
- 7
334
- 15
335
- 47
336
- 49
337
- 0
338
- 1
339
- 15
340
- 5
341
- 7
342
- 16
343
- 47
344
- 49
345
- 0
346
- 1
347
- 15
348
- 99
349
- 7
350
- 17
351
- 7
352
- 18
353
- 65
354
- 67
355
- 49
356
- 5
357
- 0
358
- 49
359
- 6
360
- 4
361
- 15
362
- 99
363
- 7
364
- 19
365
- 7
366
- 20
367
- 65
368
- 67
369
- 49
370
- 5
371
- 0
372
- 49
373
- 6
374
- 4
375
- 15
376
- 99
377
- 7
378
- 21
379
- 7
380
- 22
381
- 65
382
- 67
383
- 49
384
- 5
385
- 0
386
- 49
387
- 6
388
- 4
389
- 15
390
- 5
391
- 48
392
- 23
393
- 15
394
- 99
395
- 7
396
- 24
397
- 7
398
- 25
399
- 65
400
- 67
401
- 49
402
- 5
403
- 0
404
- 49
405
- 6
406
- 4
407
- 15
408
- 99
409
- 7
410
- 26
411
- 7
412
- 27
413
- 65
414
- 67
415
- 49
416
- 5
417
- 0
418
- 49
419
- 6
420
- 4
421
- 15
422
- 99
423
- 7
424
- 28
425
- 7
426
- 29
427
- 65
428
- 67
429
- 49
430
- 5
431
- 0
432
- 49
433
- 6
434
- 4
435
- 11
436
- I
437
- 5
438
- I
439
- 0
440
- I
441
- 0
442
- I
443
- 0
444
- n
445
- p
446
- 30
447
- x
448
- 15
449
- option_accessor
450
- M
451
- 1
452
- n
453
- n
454
- x
455
- 15
456
- option_accessor
457
- i
458
- 54
459
- 5
460
- 20
461
- 0
462
- 47
463
- 49
464
- 0
465
- 1
466
- 19
467
- 1
468
- 15
469
- 5
470
- 20
471
- 0
472
- 56
473
- 1
474
- 47
475
- 50
476
- 2
477
- 1
478
- 15
479
- 5
480
- 20
481
- 0
482
- 47
483
- 101
484
- 3
485
- 7
486
- 4
487
- 63
488
- 2
489
- 56
490
- 5
491
- 47
492
- 50
493
- 2
494
- 1
495
- 15
496
- 5
497
- 20
498
- 0
499
- 47
500
- 101
501
- 3
502
- 7
503
- 6
504
- 63
505
- 2
506
- 56
507
- 7
508
- 47
509
- 50
510
- 2
511
- 1
512
- 11
513
- I
514
- 5
515
- I
516
- 2
517
- I
518
- 1
519
- I
520
- 1
521
- n
522
- p
523
- 8
524
- x
525
- 11
526
- option_name
527
- M
528
- 1
529
- p
530
- 2
531
- x
532
- 9
533
- for_block
534
- t
535
- n
536
- x
537
- 15
538
- option_accessor
539
- i
540
- 10
541
- 5
542
- 48
543
- 0
544
- 21
545
- 1
546
- 1
547
- 49
548
- 1
549
- 1
550
- 11
551
- I
552
- 3
553
- I
554
- 0
555
- I
556
- 0
557
- I
558
- 0
559
- n
560
- p
561
- 2
562
- x
563
- 7
564
- options
565
- x
566
- 2
567
- []
568
- p
569
- 3
570
- I
571
- 0
572
- I
573
- 8
574
- I
575
- a
576
- x
577
- 71
578
- /Users/ben/code/rack-client/lib/rack/client/middleware/cache/options.rb
579
- p
580
- 0
581
- x
582
- 13
583
- define_method
584
- x
585
- 4
586
- to_s
587
- s
588
- 1
589
- =
590
- M
591
- 1
592
- p
593
- 2
594
- x
595
- 9
596
- for_block
597
- t
598
- n
599
- x
600
- 15
601
- option_accessor
602
- i
603
- 20
604
- 57
605
- 19
606
- 0
607
- 15
608
- 5
609
- 48
610
- 0
611
- 21
612
- 1
613
- 1
614
- 20
615
- 0
616
- 13
617
- 18
618
- 3
619
- 49
620
- 1
621
- 2
622
- 15
623
- 11
624
- I
625
- 6
626
- I
627
- 1
628
- I
629
- 1
630
- I
631
- 1
632
- n
633
- p
634
- 2
635
- x
636
- 7
637
- options
638
- x
639
- 3
640
- []=
641
- p
642
- 3
643
- I
644
- 0
645
- I
646
- 9
647
- I
648
- 14
649
- x
650
- 71
651
- /Users/ben/code/rack-client/lib/rack/client/middleware/cache/options.rb
652
- p
653
- 1
654
- x
655
- 5
656
- value
657
- s
658
- 1
659
- ?
660
- M
661
- 1
662
- p
663
- 2
664
- x
665
- 9
666
- for_block
667
- t
668
- n
669
- x
670
- 15
671
- option_accessor
672
- i
673
- 22
674
- 5
675
- 48
676
- 0
677
- 21
678
- 1
679
- 1
680
- 49
681
- 1
682
- 1
683
- 10
684
- 14
685
- 2
686
- 8
687
- 15
688
- 3
689
- 10
690
- 20
691
- 2
692
- 8
693
- 21
694
- 3
695
- 11
696
- I
697
- 3
698
- I
699
- 0
700
- I
701
- 0
702
- I
703
- 0
704
- n
705
- p
706
- 2
707
- x
708
- 7
709
- options
710
- x
711
- 2
712
- []
713
- p
714
- 3
715
- I
716
- 0
717
- I
718
- a
719
- I
720
- 16
721
- x
722
- 71
723
- /Users/ben/code/rack-client/lib/rack/client/middleware/cache/options.rb
724
- p
725
- 0
726
- p
727
- 11
728
- I
729
- -1
730
- I
731
- 6
732
- I
733
- 0
734
- I
735
- 7
736
- I
737
- a
738
- I
739
- 8
740
- I
741
- 14
742
- I
743
- 9
744
- I
745
- 25
746
- I
747
- a
748
- I
749
- 36
750
- x
751
- 71
752
- /Users/ben/code/rack-client/lib/rack/client/middleware/cache/options.rb
753
- p
754
- 2
755
- x
756
- 3
757
- key
758
- x
759
- 4
760
- name
761
- x
762
- 13
763
- attach_method
764
- x
765
- 11
766
- option_name
767
- M
768
- 1
769
- n
770
- n
771
- x
772
- 11
773
- option_name
774
- i
775
- 49
776
- 20
777
- 0
778
- 13
779
- 45
780
- 0
781
- 1
782
- 12
783
- 49
784
- 2
785
- 1
786
- 9
787
- 24
788
- 15
789
- 7
790
- 3
791
- 20
792
- 0
793
- 47
794
- 101
795
- 4
796
- 63
797
- 2
798
- 8
799
- 48
800
- 13
801
- 45
802
- 5
803
- 6
804
- 12
805
- 49
806
- 2
807
- 1
808
- 9
809
- 39
810
- 15
811
- 20
812
- 0
813
- 8
814
- 48
815
- 15
816
- 5
817
- 45
818
- 7
819
- 8
820
- 47
821
- 49
822
- 9
823
- 1
824
- 11
825
- I
826
- 4
827
- I
828
- 1
829
- I
830
- 1
831
- I
832
- 1
833
- n
834
- p
835
- 10
836
- x
837
- 6
838
- Symbol
839
- n
840
- x
841
- 3
842
- ===
843
- s
844
- 18
845
- rack-client-cache.
846
- x
847
- 4
848
- to_s
849
- x
850
- 6
851
- String
852
- n
853
- x
854
- 13
855
- ArgumentError
856
- n
857
- x
858
- 5
859
- raise
860
- p
861
- 11
862
- I
863
- -1
864
- I
865
- d
866
- I
867
- 0
868
- I
869
- e
870
- I
871
- 3
872
- I
873
- f
874
- I
875
- 19
876
- I
877
- 10
878
- I
879
- 28
880
- I
881
- 11
882
- I
883
- 31
884
- x
885
- 71
886
- /Users/ben/code/rack-client/lib/rack/client/middleware/cache/options.rb
887
- p
888
- 1
889
- x
890
- 3
891
- key
892
- x
893
- 17
894
- method_visibility
895
- x
896
- 15
897
- add_defn_method
898
- x
899
- 15
900
- module_function
901
- x
902
- 7
903
- verbose
904
- x
905
- 7
906
- storage
907
- x
908
- 9
909
- metastore
910
- x
911
- 9
912
- cache_key
913
- x
914
- 11
915
- entitystore
916
- x
917
- 11
918
- default_ttl
919
- x
920
- 15
921
- private_headers
922
- x
923
- 12
924
- allow_reload
925
- x
926
- 16
927
- allow_revalidate
928
- x
929
- 7
930
- options
931
- M
932
- 1
933
- n
934
- n
935
- x
936
- 7
937
- options
938
- i
939
- 9
940
- 39
941
- 0
942
- 13
943
- 10
944
- 8
945
- 15
946
- 39
947
- 1
948
- 11
949
- I
950
- 2
951
- I
952
- 0
953
- I
954
- 0
955
- I
956
- 0
957
- n
958
- p
959
- 2
960
- x
961
- 4
962
- @env
963
- x
964
- 16
965
- @default_options
966
- p
967
- 5
968
- I
969
- -1
970
- I
971
- 61
972
- I
973
- 0
974
- I
975
- 62
976
- I
977
- 9
978
- x
979
- 71
980
- /Users/ben/code/rack-client/lib/rack/client/middleware/cache/options.rb
981
- p
982
- 0
983
- x
984
- 8
985
- options=
986
- M
987
- 1
988
- n
989
- n
990
- x
991
- 8
992
- options=
993
- i
994
- 22
995
- 23
996
- 0
997
- 10
998
- 14
999
- 44
1000
- 43
1001
- 0
1002
- 78
1003
- 49
1004
- 1
1005
- 1
1006
- 19
1007
- 0
1008
- 15
1009
- 20
1010
- 0
1011
- 56
1012
- 2
1013
- 50
1014
- 3
1015
- 0
1016
- 11
1017
- I
1018
- 3
1019
- I
1020
- 1
1021
- I
1022
- 0
1023
- I
1024
- 1
1025
- n
1026
- p
1027
- 4
1028
- x
1029
- 4
1030
- Hash
1031
- x
1032
- 16
1033
- new_from_literal
1034
- M
1035
- 1
1036
- p
1037
- 2
1038
- x
1039
- 9
1040
- for_block
1041
- t
1042
- n
1043
- x
1044
- 8
1045
- options=
1046
- i
1047
- 20
1048
- 58
1049
- 37
1050
- 19
1051
- 0
1052
- 15
1053
- 37
1054
- 19
1055
- 1
1056
- 15
1057
- 15
1058
- 5
1059
- 20
1060
- 0
1061
- 20
1062
- 1
1063
- 47
1064
- 49
1065
- 0
1066
- 2
1067
- 11
1068
- I
1069
- 6
1070
- I
1071
- 2
1072
- I
1073
- 2
1074
- I
1075
- 2
1076
- n
1077
- p
1078
- 1
1079
- x
1080
- 12
1081
- write_option
1082
- p
1083
- 3
1084
- I
1085
- 0
1086
- I
1087
- 67
1088
- I
1089
- 14
1090
- x
1091
- 71
1092
- /Users/ben/code/rack-client/lib/rack/client/middleware/cache/options.rb
1093
- p
1094
- 2
1095
- x
1096
- 3
1097
- key
1098
- x
1099
- 5
1100
- value
1101
- x
1102
- 4
1103
- each
1104
- p
1105
- 5
1106
- I
1107
- -1
1108
- I
1109
- 66
1110
- I
1111
- e
1112
- I
1113
- 67
1114
- I
1115
- 16
1116
- x
1117
- 71
1118
- /Users/ben/code/rack-client/lib/rack/client/middleware/cache/options.rb
1119
- p
1120
- 1
1121
- x
1122
- 4
1123
- hash
1124
- x
1125
- 3
1126
- set
1127
- M
1128
- 1
1129
- n
1130
- n
1131
- x
1132
- 3
1133
- set
1134
- i
1135
- 59
1136
- 23
1137
- 1
1138
- 10
1139
- 8
1140
- 5
1141
- 19
1142
- 1
1143
- 15
1144
- 95
1145
- 19
1146
- 2
1147
- 15
1148
- 94
1149
- 9
1150
- 26
1151
- 5
1152
- 20
1153
- 0
1154
- 20
1155
- 2
1156
- 47
1157
- 49
1158
- 0
1159
- 2
1160
- 8
1161
- 58
1162
- 20
1163
- 1
1164
- 5
1165
- 83
1166
- 1
1167
- 9
1168
- 49
1169
- 5
1170
- 20
1171
- 0
1172
- 49
1173
- 2
1174
- 0
1175
- 13
1176
- 18
1177
- 2
1178
- 47
1179
- 49
1180
- 3
1181
- 1
1182
- 15
1183
- 8
1184
- 58
1185
- 5
1186
- 20
1187
- 0
1188
- 20
1189
- 1
1190
- 47
1191
- 49
1192
- 0
1193
- 2
1194
- 11
1195
- I
1196
- 6
1197
- I
1198
- 3
1199
- I
1200
- 1
1201
- I
1202
- 2
1203
- n
1204
- p
1205
- 4
1206
- x
1207
- 12
1208
- write_option
1209
- x
1210
- 2
1211
- ==
1212
- x
1213
- 7
1214
- to_hash
1215
- x
1216
- 8
1217
- options=
1218
- p
1219
- 15
1220
- I
1221
- -1
1222
- I
1223
- 6f
1224
- I
1225
- c
1226
- I
1227
- 70
1228
- I
1229
- f
1230
- I
1231
- 71
1232
- I
1233
- 1a
1234
- I
1235
- 72
1236
- I
1237
- 21
1238
- I
1239
- 93
1240
- I
1241
- 22
1242
- I
1243
- 73
1244
- I
1245
- 31
1246
- I
1247
- 75
1248
- I
1249
- 3b
1250
- x
1251
- 71
1252
- /Users/ben/code/rack-client/lib/rack/client/middleware/cache/options.rb
1253
- p
1254
- 3
1255
- x
1256
- 6
1257
- option
1258
- x
1259
- 5
1260
- value
1261
- x
1262
- 5
1263
- block
1264
- x
1265
- 7
1266
- private
1267
- x
1268
- 18
1269
- initialize_options
1270
- M
1271
- 1
1272
- n
1273
- n
1274
- x
1275
- 18
1276
- initialize_options
1277
- i
1278
- 136
1279
- 23
1280
- 0
1281
- 10
1282
- 14
1283
- 44
1284
- 43
1285
- 0
1286
- 78
1287
- 49
1288
- 1
1289
- 1
1290
- 19
1291
- 0
1292
- 15
1293
- 44
1294
- 43
1295
- 0
1296
- 4
1297
- 9
1298
- 49
1299
- 1
1300
- 1
1301
- 13
1302
- 7
1303
- 2
1304
- 64
1305
- 45
1306
- 3
1307
- 4
1308
- 49
1309
- 5
1310
- 2
1311
- 15
1312
- 13
1313
- 7
1314
- 6
1315
- 64
1316
- 2
1317
- 49
1318
- 5
1319
- 2
1320
- 15
1321
- 13
1322
- 7
1323
- 7
1324
- 64
1325
- 45
1326
- 8
1327
- 9
1328
- 49
1329
- 10
1330
- 0
1331
- 49
1332
- 5
1333
- 2
1334
- 15
1335
- 13
1336
- 7
1337
- 11
1338
- 64
1339
- 7
1340
- 12
1341
- 64
1342
- 49
1343
- 5
1344
- 2
1345
- 15
1346
- 13
1347
- 7
1348
- 13
1349
- 64
1350
- 7
1351
- 12
1352
- 64
1353
- 49
1354
- 5
1355
- 2
1356
- 15
1357
- 13
1358
- 7
1359
- 14
1360
- 64
1361
- 78
1362
- 49
1363
- 5
1364
- 2
1365
- 15
1366
- 13
1367
- 7
1368
- 15
1369
- 64
1370
- 7
1371
- 16
1372
- 64
1373
- 7
1374
- 17
1375
- 64
1376
- 35
1377
- 2
1378
- 49
1379
- 5
1380
- 2
1381
- 15
1382
- 13
1383
- 7
1384
- 18
1385
- 64
1386
- 3
1387
- 49
1388
- 5
1389
- 2
1390
- 15
1391
- 13
1392
- 7
1393
- 19
1394
- 64
1395
- 3
1396
- 49
1397
- 5
1398
- 2
1399
- 15
1400
- 38
1401
- 20
1402
- 15
1403
- 5
1404
- 20
1405
- 0
1406
- 13
1407
- 18
1408
- 2
1409
- 47
1410
- 49
1411
- 21
1412
- 1
1413
- 15
1414
- 11
1415
- I
1416
- 6
1417
- I
1418
- 1
1419
- I
1420
- 0
1421
- I
1422
- 1
1423
- n
1424
- p
1425
- 22
1426
- x
1427
- 4
1428
- Hash
1429
- x
1430
- 16
1431
- new_from_literal
1432
- s
1433
- 27
1434
- rack-client-cache.cache_key
1435
- x
1436
- 3
1437
- Key
1438
- n
1439
- x
1440
- 3
1441
- []=
1442
- s
1443
- 25
1444
- rack-client-cache.verbose
1445
- s
1446
- 25
1447
- rack-client-cache.storage
1448
- x
1449
- 7
1450
- Storage
1451
- n
1452
- x
1453
- 8
1454
- instance
1455
- s
1456
- 27
1457
- rack-client-cache.metastore
1458
- s
1459
- 6
1460
- heap:/
1461
- s
1462
- 29
1463
- rack-client-cache.entitystore
1464
- s
1465
- 29
1466
- rack-client-cache.default_ttl
1467
- s
1468
- 33
1469
- rack-client-cache.private_headers
1470
- s
1471
- 13
1472
- Authorization
1473
- s
1474
- 6
1475
- Cookie
1476
- s
1477
- 30
1478
- rack-client-cache.allow_reload
1479
- s
1480
- 34
1481
- rack-client-cache.allow_revalidate
1482
- x
1483
- 16
1484
- @default_options
1485
- x
1486
- 8
1487
- options=
1488
- p
1489
- 29
1490
- I
1491
- -1
1492
- I
1493
- 7a
1494
- I
1495
- e
1496
- I
1497
- 85
1498
- I
1499
- 17
1500
- I
1501
- 7c
1502
- I
1503
- 22
1504
- I
1505
- 7d
1506
- I
1507
- 2b
1508
- I
1509
- 7e
1510
- I
1511
- 39
1512
- I
1513
- 7f
1514
- I
1515
- 44
1516
- I
1517
- 80
1518
- I
1519
- 4f
1520
- I
1521
- 81
1522
- I
1523
- 58
1524
- I
1525
- 82
1526
- I
1527
- 68
1528
- I
1529
- 83
1530
- I
1531
- 71
1532
- I
1533
- 84
1534
- I
1535
- 79
1536
- I
1537
- 7b
1538
- I
1539
- 7c
1540
- I
1541
- 93
1542
- I
1543
- 7d
1544
- I
1545
- 86
1546
- I
1547
- 88
1548
- x
1549
- 71
1550
- /Users/ben/code/rack-client/lib/rack/client/middleware/cache/options.rb
1551
- p
1552
- 1
1553
- x
1554
- 7
1555
- options
1556
- x
1557
- 11
1558
- read_option
1559
- M
1560
- 1
1561
- n
1562
- n
1563
- x
1564
- 11
1565
- read_option
1566
- i
1567
- 14
1568
- 5
1569
- 48
1570
- 0
1571
- 5
1572
- 20
1573
- 0
1574
- 47
1575
- 49
1576
- 1
1577
- 1
1578
- 49
1579
- 2
1580
- 1
1581
- 11
1582
- I
1583
- 4
1584
- I
1585
- 1
1586
- I
1587
- 1
1588
- I
1589
- 1
1590
- n
1591
- p
1592
- 3
1593
- x
1594
- 7
1595
- options
1596
- x
1597
- 11
1598
- option_name
1599
- x
1600
- 2
1601
- []
1602
- p
1603
- 5
1604
- I
1605
- -1
1606
- I
1607
- 89
1608
- I
1609
- 0
1610
- I
1611
- 8a
1612
- I
1613
- e
1614
- x
1615
- 71
1616
- /Users/ben/code/rack-client/lib/rack/client/middleware/cache/options.rb
1617
- p
1618
- 1
1619
- x
1620
- 3
1621
- key
1622
- x
1623
- 12
1624
- write_option
1625
- M
1626
- 1
1627
- n
1628
- n
1629
- x
1630
- 12
1631
- write_option
1632
- i
1633
- 20
1634
- 5
1635
- 48
1636
- 0
1637
- 5
1638
- 20
1639
- 0
1640
- 47
1641
- 49
1642
- 1
1643
- 1
1644
- 20
1645
- 1
1646
- 13
1647
- 18
1648
- 3
1649
- 49
1650
- 2
1651
- 2
1652
- 15
1653
- 11
1654
- I
1655
- 6
1656
- I
1657
- 2
1658
- I
1659
- 2
1660
- I
1661
- 2
1662
- n
1663
- p
1664
- 3
1665
- x
1666
- 7
1667
- options
1668
- x
1669
- 11
1670
- option_name
1671
- x
1672
- 3
1673
- []=
1674
- p
1675
- 5
1676
- I
1677
- -1
1678
- I
1679
- 8d
1680
- I
1681
- 0
1682
- I
1683
- 8e
1684
- I
1685
- 14
1686
- x
1687
- 71
1688
- /Users/ben/code/rack-client/lib/rack/client/middleware/cache/options.rb
1689
- p
1690
- 2
1691
- x
1692
- 3
1693
- key
1694
- x
1695
- 5
1696
- value
1697
- p
1698
- 39
1699
- I
1700
- 2
1701
- I
1702
- 6
1703
- I
1704
- d
1705
- I
1706
- d
1707
- I
1708
- 1b
1709
- I
1710
- 14
1711
- I
1712
- 23
1713
- I
1714
- 18
1715
- I
1716
- 2b
1717
- I
1718
- 1d
1719
- I
1720
- 33
1721
- I
1722
- 2a
1723
- I
1724
- 3b
1725
- I
1726
- 37
1727
- I
1728
- 43
1729
- I
1730
- 40
1731
- I
1732
- 4b
1733
- I
1734
- 48
1735
- I
1736
- 53
1737
- I
1738
- 51
1739
- I
1740
- 5b
1741
- I
1742
- 56
1743
- I
1744
- 63
1745
- I
1746
- 5b
1747
- I
1748
- 6b
1749
- I
1750
- 61
1751
- I
1752
- 79
1753
- I
1754
- 66
1755
- I
1756
- 87
1757
- I
1758
- 6f
1759
- I
1760
- 95
1761
- I
1762
- 79
1763
- I
1764
- 99
1765
- I
1766
- 7a
1767
- I
1768
- a7
1769
- I
1770
- 89
1771
- I
1772
- b5
1773
- I
1774
- 8d
1775
- I
1776
- c3
1777
- x
1778
- 71
1779
- /Users/ben/code/rack-client/lib/rack/client/middleware/cache/options.rb
1780
- p
1781
- 0
1782
- x
1783
- 13
1784
- attach_method
1785
- p
1786
- 3
1787
- I
1788
- 2
1789
- I
1790
- 5
1791
- I
1792
- 1c
1793
- x
1794
- 71
1795
- /Users/ben/code/rack-client/lib/rack/client/middleware/cache/options.rb
1796
- p
1797
- 0
1798
- x
1799
- 13
1800
- attach_method
1801
- p
1802
- 3
1803
- I
1804
- 2
1805
- I
1806
- 3
1807
- I
1808
- 1c
1809
- x
1810
- 71
1811
- /Users/ben/code/rack-client/lib/rack/client/middleware/cache/options.rb
1812
- p
1813
- 0
1814
- x
1815
- 13
1816
- attach_method
1817
- p
1818
- 3
1819
- I
1820
- 2
1821
- I
1822
- 2
1823
- I
1824
- 1c
1825
- x
1826
- 71
1827
- /Users/ben/code/rack-client/lib/rack/client/middleware/cache/options.rb
1828
- p
1829
- 0
1830
- x
1831
- 13
1832
- attach_method
1833
- p
1834
- 3
1835
- I
1836
- 0
1837
- I
1838
- 1
1839
- I
1840
- 1c
1841
- x
1842
- 71
1843
- /Users/ben/code/rack-client/lib/rack/client/middleware/cache/options.rb
1844
- p
1845
- 0