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,1540 +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
- 35
184
- 5
185
- 66
186
- 99
187
- 7
188
- 0
189
- 45
190
- 1
191
- 2
192
- 43
193
- 3
194
- 43
195
- 0
196
- 65
197
- 49
198
- 4
199
- 3
200
- 13
201
- 99
202
- 12
203
- 7
204
- 5
205
- 12
206
- 7
207
- 6
208
- 12
209
- 65
210
- 12
211
- 49
212
- 7
213
- 4
214
- 15
215
- 49
216
- 5
217
- 0
218
- 11
219
- I
220
- 6
221
- I
222
- 0
223
- I
224
- 0
225
- I
226
- 0
227
- n
228
- p
229
- 8
230
- x
231
- 8
232
- Response
233
- x
234
- 4
235
- Rack
236
- n
237
- x
238
- 6
239
- Client
240
- x
241
- 10
242
- open_class
243
- x
244
- 14
245
- __class_init__
246
- M
247
- 1
248
- n
249
- n
250
- x
251
- 8
252
- Response
253
- i
254
- 205
255
- 5
256
- 66
257
- 5
258
- 45
259
- 0
260
- 1
261
- 43
262
- 2
263
- 43
264
- 3
265
- 47
266
- 49
267
- 4
268
- 1
269
- 15
270
- 99
271
- 7
272
- 5
273
- 7
274
- 6
275
- 65
276
- 67
277
- 49
278
- 7
279
- 0
280
- 49
281
- 8
282
- 4
283
- 15
284
- 5
285
- 7
286
- 9
287
- 7
288
- 10
289
- 47
290
- 49
291
- 11
292
- 2
293
- 15
294
- 65
295
- 7
296
- 12
297
- 4
298
- 200
299
- 4
300
- 203
301
- 7
302
- 13
303
- 7
304
- 14
305
- 7
306
- 15
307
- 7
308
- 16
309
- 7
310
- 17
311
- 35
312
- 7
313
- 49
314
- 18
315
- 0
316
- 49
317
- 19
318
- 2
319
- 15
320
- 99
321
- 7
322
- 20
323
- 7
324
- 21
325
- 65
326
- 67
327
- 49
328
- 7
329
- 0
330
- 49
331
- 8
332
- 4
333
- 15
334
- 99
335
- 7
336
- 22
337
- 7
338
- 23
339
- 65
340
- 67
341
- 49
342
- 7
343
- 0
344
- 49
345
- 8
346
- 4
347
- 15
348
- 99
349
- 7
350
- 24
351
- 7
352
- 25
353
- 65
354
- 67
355
- 49
356
- 7
357
- 0
358
- 49
359
- 8
360
- 4
361
- 15
362
- 99
363
- 7
364
- 26
365
- 7
366
- 27
367
- 65
368
- 67
369
- 49
370
- 7
371
- 0
372
- 49
373
- 8
374
- 4
375
- 15
376
- 99
377
- 7
378
- 28
379
- 7
380
- 29
381
- 65
382
- 67
383
- 49
384
- 7
385
- 0
386
- 49
387
- 8
388
- 4
389
- 15
390
- 99
391
- 7
392
- 30
393
- 7
394
- 31
395
- 65
396
- 67
397
- 49
398
- 7
399
- 0
400
- 49
401
- 8
402
- 4
403
- 15
404
- 99
405
- 7
406
- 32
407
- 7
408
- 33
409
- 65
410
- 67
411
- 49
412
- 7
413
- 0
414
- 49
415
- 8
416
- 4
417
- 15
418
- 99
419
- 7
420
- 34
421
- 7
422
- 35
423
- 65
424
- 67
425
- 49
426
- 7
427
- 0
428
- 49
429
- 8
430
- 4
431
- 15
432
- 99
433
- 7
434
- 36
435
- 7
436
- 37
437
- 65
438
- 67
439
- 49
440
- 7
441
- 0
442
- 49
443
- 8
444
- 4
445
- 15
446
- 99
447
- 7
448
- 38
449
- 7
450
- 39
451
- 65
452
- 67
453
- 49
454
- 7
455
- 0
456
- 49
457
- 8
458
- 4
459
- 11
460
- I
461
- 9
462
- I
463
- 0
464
- I
465
- 0
466
- I
467
- 0
468
- n
469
- p
470
- 40
471
- x
472
- 4
473
- Rack
474
- n
475
- x
476
- 8
477
- Response
478
- x
479
- 7
480
- Helpers
481
- x
482
- 7
483
- include
484
- x
485
- 13
486
- not_modified?
487
- M
488
- 1
489
- n
490
- n
491
- x
492
- 13
493
- not_modified?
494
- i
495
- 8
496
- 5
497
- 48
498
- 0
499
- 7
500
- 1
501
- 83
502
- 2
503
- 11
504
- I
505
- 2
506
- I
507
- 0
508
- I
509
- 0
510
- I
511
- 0
512
- n
513
- p
514
- 3
515
- x
516
- 6
517
- status
518
- I
519
- 130
520
- x
521
- 2
522
- ==
523
- p
524
- 5
525
- I
526
- 0
527
- I
528
- 7
529
- I
530
- 0
531
- I
532
- 8
533
- I
534
- 8
535
- x
536
- 72
537
- /Users/ben/code/rack-client/lib/rack/client/middleware/cache/response.rb
538
- p
539
- 0
540
- x
541
- 17
542
- method_visibility
543
- x
544
- 15
545
- add_defn_method
546
- x
547
- 6
548
- finish
549
- x
550
- 4
551
- to_a
552
- x
553
- 12
554
- alias_method
555
- x
556
- 24
557
- CACHEABLE_RESPONSE_CODES
558
- I
559
- 12c
560
- I
561
- 12d
562
- I
563
- 12e
564
- I
565
- 194
566
- I
567
- 19a
568
- x
569
- 6
570
- to_set
571
- x
572
- 9
573
- const_set
574
- x
575
- 13
576
- cache_control
577
- M
578
- 1
579
- n
580
- n
581
- x
582
- 13
583
- cache_control
584
- i
585
- 51
586
- 39
587
- 0
588
- 13
589
- 10
590
- 50
591
- 15
592
- 45
593
- 1
594
- 2
595
- 13
596
- 71
597
- 3
598
- 47
599
- 9
600
- 36
601
- 47
602
- 49
603
- 4
604
- 0
605
- 13
606
- 5
607
- 48
608
- 5
609
- 7
610
- 6
611
- 64
612
- 49
613
- 7
614
- 1
615
- 47
616
- 49
617
- 8
618
- 1
619
- 15
620
- 8
621
- 48
622
- 5
623
- 48
624
- 5
625
- 7
626
- 6
627
- 64
628
- 49
629
- 7
630
- 1
631
- 49
632
- 3
633
- 1
634
- 38
635
- 0
636
- 11
637
- I
638
- 4
639
- I
640
- 0
641
- I
642
- 0
643
- I
644
- 0
645
- n
646
- p
647
- 9
648
- x
649
- 14
650
- @cache_control
651
- x
652
- 12
653
- CacheControl
654
- n
655
- x
656
- 3
657
- new
658
- x
659
- 8
660
- allocate
661
- x
662
- 7
663
- headers
664
- s
665
- 13
666
- Cache-Control
667
- x
668
- 2
669
- []
670
- x
671
- 10
672
- initialize
673
- p
674
- 5
675
- I
676
- 0
677
- I
678
- 1f
679
- I
680
- 0
681
- I
682
- 20
683
- I
684
- 33
685
- x
686
- 72
687
- /Users/ben/code/rack-client/lib/rack/client/middleware/cache/response.rb
688
- p
689
- 0
690
- x
691
- 10
692
- cacheable?
693
- M
694
- 1
695
- n
696
- n
697
- x
698
- 10
699
- cacheable?
700
- i
701
- 56
702
- 45
703
- 0
704
- 1
705
- 5
706
- 48
707
- 2
708
- 49
709
- 3
710
- 1
711
- 9
712
- 14
713
- 1
714
- 8
715
- 16
716
- 3
717
- 11
718
- 15
719
- 5
720
- 48
721
- 4
722
- 49
723
- 5
724
- 0
725
- 13
726
- 10
727
- 33
728
- 15
729
- 5
730
- 48
731
- 4
732
- 49
733
- 6
734
- 0
735
- 9
736
- 39
737
- 3
738
- 11
739
- 8
740
- 40
741
- 1
742
- 15
743
- 5
744
- 47
745
- 49
746
- 7
747
- 0
748
- 13
749
- 10
750
- 55
751
- 15
752
- 5
753
- 47
754
- 49
755
- 8
756
- 0
757
- 11
758
- I
759
- 2
760
- I
761
- 0
762
- I
763
- 0
764
- I
765
- 0
766
- n
767
- p
768
- 9
769
- x
770
- 24
771
- CACHEABLE_RESPONSE_CODES
772
- n
773
- x
774
- 6
775
- status
776
- x
777
- 8
778
- include?
779
- x
780
- 13
781
- cache_control
782
- x
783
- 9
784
- no_store?
785
- x
786
- 8
787
- private?
788
- x
789
- 13
790
- validateable?
791
- x
792
- 6
793
- fresh?
794
- p
795
- 9
796
- I
797
- 0
798
- I
799
- 23
800
- I
801
- 0
802
- I
803
- 24
804
- I
805
- 11
806
- I
807
- 25
808
- I
809
- 29
810
- I
811
- 26
812
- I
813
- 38
814
- x
815
- 72
816
- /Users/ben/code/rack-client/lib/rack/client/middleware/cache/response.rb
817
- p
818
- 0
819
- x
820
- 4
821
- etag
822
- M
823
- 1
824
- n
825
- n
826
- x
827
- 4
828
- etag
829
- i
830
- 10
831
- 5
832
- 48
833
- 0
834
- 7
835
- 1
836
- 64
837
- 49
838
- 2
839
- 1
840
- 11
841
- I
842
- 2
843
- I
844
- 0
845
- I
846
- 0
847
- I
848
- 0
849
- n
850
- p
851
- 3
852
- x
853
- 7
854
- headers
855
- s
856
- 4
857
- ETag
858
- x
859
- 2
860
- []
861
- p
862
- 5
863
- I
864
- 0
865
- I
866
- 2a
867
- I
868
- 0
869
- I
870
- 2b
871
- I
872
- a
873
- x
874
- 72
875
- /Users/ben/code/rack-client/lib/rack/client/middleware/cache/response.rb
876
- p
877
- 0
878
- x
879
- 13
880
- validateable?
881
- M
882
- 1
883
- n
884
- n
885
- x
886
- 13
887
- validateable?
888
- i
889
- 23
890
- 5
891
- 48
892
- 0
893
- 7
894
- 1
895
- 64
896
- 49
897
- 2
898
- 1
899
- 13
900
- 10
901
- 22
902
- 15
903
- 5
904
- 48
905
- 0
906
- 7
907
- 3
908
- 64
909
- 49
910
- 2
911
- 1
912
- 11
913
- I
914
- 2
915
- I
916
- 0
917
- I
918
- 0
919
- I
920
- 0
921
- n
922
- p
923
- 4
924
- x
925
- 7
926
- headers
927
- s
928
- 13
929
- Last-Modified
930
- x
931
- 4
932
- key?
933
- s
934
- 4
935
- ETag
936
- p
937
- 5
938
- I
939
- 0
940
- I
941
- 2e
942
- I
943
- 0
944
- I
945
- 2f
946
- I
947
- 17
948
- x
949
- 72
950
- /Users/ben/code/rack-client/lib/rack/client/middleware/cache/response.rb
951
- p
952
- 0
953
- x
954
- 4
955
- vary
956
- M
957
- 1
958
- n
959
- n
960
- x
961
- 4
962
- vary
963
- i
964
- 10
965
- 5
966
- 48
967
- 0
968
- 7
969
- 1
970
- 64
971
- 49
972
- 2
973
- 1
974
- 11
975
- I
976
- 2
977
- I
978
- 0
979
- I
980
- 0
981
- I
982
- 0
983
- n
984
- p
985
- 3
986
- x
987
- 7
988
- headers
989
- s
990
- 4
991
- Vary
992
- x
993
- 2
994
- []
995
- p
996
- 5
997
- I
998
- 0
999
- I
1000
- 33
1001
- I
1002
- 0
1003
- I
1004
- 34
1005
- I
1006
- a
1007
- x
1008
- 72
1009
- /Users/ben/code/rack-client/lib/rack/client/middleware/cache/response.rb
1010
- p
1011
- 0
1012
- x
1013
- 5
1014
- vary?
1015
- M
1016
- 1
1017
- n
1018
- n
1019
- x
1020
- 5
1021
- vary?
1022
- i
1023
- 13
1024
- 5
1025
- 48
1026
- 0
1027
- 49
1028
- 1
1029
- 0
1030
- 10
1031
- 11
1032
- 2
1033
- 8
1034
- 12
1035
- 3
1036
- 11
1037
- I
1038
- 1
1039
- I
1040
- 0
1041
- I
1042
- 0
1043
- I
1044
- 0
1045
- n
1046
- p
1047
- 2
1048
- x
1049
- 4
1050
- vary
1051
- x
1052
- 4
1053
- nil?
1054
- p
1055
- 5
1056
- I
1057
- 0
1058
- I
1059
- 38
1060
- I
1061
- 0
1062
- I
1063
- 39
1064
- I
1065
- d
1066
- x
1067
- 72
1068
- /Users/ben/code/rack-client/lib/rack/client/middleware/cache/response.rb
1069
- p
1070
- 0
1071
- x
1072
- 6
1073
- fresh?
1074
- M
1075
- 1
1076
- n
1077
- n
1078
- x
1079
- 6
1080
- fresh?
1081
- i
1082
- 14
1083
- 5
1084
- 48
1085
- 0
1086
- 13
1087
- 9
1088
- 13
1089
- 15
1090
- 5
1091
- 48
1092
- 0
1093
- 78
1094
- 85
1095
- 1
1096
- 11
1097
- I
1098
- 2
1099
- I
1100
- 0
1101
- I
1102
- 0
1103
- I
1104
- 0
1105
- n
1106
- p
1107
- 2
1108
- x
1109
- 3
1110
- ttl
1111
- x
1112
- 1
1113
- >
1114
- p
1115
- 5
1116
- I
1117
- 0
1118
- I
1119
- 3c
1120
- I
1121
- 0
1122
- I
1123
- 3d
1124
- I
1125
- e
1126
- x
1127
- 72
1128
- /Users/ben/code/rack-client/lib/rack/client/middleware/cache/response.rb
1129
- p
1130
- 0
1131
- x
1132
- 3
1133
- ttl
1134
- M
1135
- 1
1136
- n
1137
- n
1138
- x
1139
- 3
1140
- ttl
1141
- i
1142
- 17
1143
- 5
1144
- 48
1145
- 0
1146
- 9
1147
- 15
1148
- 5
1149
- 48
1150
- 0
1151
- 5
1152
- 48
1153
- 1
1154
- 82
1155
- 2
1156
- 8
1157
- 16
1158
- 1
1159
- 11
1160
- I
1161
- 2
1162
- I
1163
- 0
1164
- I
1165
- 0
1166
- I
1167
- 0
1168
- n
1169
- p
1170
- 3
1171
- x
1172
- 7
1173
- max_age
1174
- x
1175
- 3
1176
- age
1177
- x
1178
- 1
1179
- -
1180
- p
1181
- 5
1182
- I
1183
- 0
1184
- I
1185
- 40
1186
- I
1187
- 0
1188
- I
1189
- 41
1190
- I
1191
- 11
1192
- x
1193
- 72
1194
- /Users/ben/code/rack-client/lib/rack/client/middleware/cache/response.rb
1195
- p
1196
- 0
1197
- x
1198
- 7
1199
- max_age
1200
- M
1201
- 1
1202
- n
1203
- n
1204
- x
1205
- 7
1206
- max_age
1207
- i
1208
- 36
1209
- 5
1210
- 48
1211
- 0
1212
- 49
1213
- 1
1214
- 0
1215
- 13
1216
- 10
1217
- 35
1218
- 15
1219
- 5
1220
- 48
1221
- 0
1222
- 49
1223
- 2
1224
- 0
1225
- 13
1226
- 10
1227
- 35
1228
- 15
1229
- 5
1230
- 48
1231
- 3
1232
- 13
1233
- 9
1234
- 35
1235
- 15
1236
- 5
1237
- 48
1238
- 3
1239
- 5
1240
- 48
1241
- 4
1242
- 82
1243
- 5
1244
- 11
1245
- I
1246
- 2
1247
- I
1248
- 0
1249
- I
1250
- 0
1251
- I
1252
- 0
1253
- n
1254
- p
1255
- 6
1256
- x
1257
- 13
1258
- cache_control
1259
- x
1260
- 14
1261
- shared_max_age
1262
- x
1263
- 7
1264
- max_age
1265
- x
1266
- 7
1267
- expires
1268
- x
1269
- 4
1270
- date
1271
- x
1272
- 1
1273
- -
1274
- p
1275
- 9
1276
- I
1277
- 0
1278
- I
1279
- 44
1280
- I
1281
- 0
1282
- I
1283
- 45
1284
- I
1285
- a
1286
- I
1287
- 46
1288
- I
1289
- 14
1290
- I
1291
- 47
1292
- I
1293
- 24
1294
- x
1295
- 72
1296
- /Users/ben/code/rack-client/lib/rack/client/middleware/cache/response.rb
1297
- p
1298
- 0
1299
- x
1300
- 7
1301
- expires
1302
- M
1303
- 1
1304
- n
1305
- n
1306
- x
1307
- 7
1308
- expires
1309
- i
1310
- 29
1311
- 5
1312
- 48
1313
- 0
1314
- 7
1315
- 1
1316
- 64
1317
- 49
1318
- 2
1319
- 1
1320
- 13
1321
- 9
1322
- 28
1323
- 15
1324
- 45
1325
- 3
1326
- 4
1327
- 5
1328
- 48
1329
- 0
1330
- 7
1331
- 1
1332
- 64
1333
- 49
1334
- 2
1335
- 1
1336
- 49
1337
- 5
1338
- 1
1339
- 11
1340
- I
1341
- 3
1342
- I
1343
- 0
1344
- I
1345
- 0
1346
- I
1347
- 0
1348
- n
1349
- p
1350
- 6
1351
- x
1352
- 7
1353
- headers
1354
- s
1355
- 7
1356
- Expires
1357
- x
1358
- 2
1359
- []
1360
- x
1361
- 4
1362
- Time
1363
- n
1364
- x
1365
- 8
1366
- httpdate
1367
- p
1368
- 5
1369
- I
1370
- 0
1371
- I
1372
- 4a
1373
- I
1374
- 0
1375
- I
1376
- 4b
1377
- I
1378
- 1d
1379
- x
1380
- 72
1381
- /Users/ben/code/rack-client/lib/rack/client/middleware/cache/response.rb
1382
- p
1383
- 0
1384
- p
1385
- 43
1386
- I
1387
- 2
1388
- I
1389
- 5
1390
- I
1391
- f
1392
- I
1393
- 7
1394
- I
1395
- 1d
1396
- I
1397
- b
1398
- I
1399
- 27
1400
- I
1401
- 11
1402
- I
1403
- 2a
1404
- I
1405
- 12
1406
- I
1407
- 2c
1408
- I
1409
- 13
1410
- I
1411
- 2e
1412
- I
1413
- 14
1414
- I
1415
- 30
1416
- I
1417
- 15
1418
- I
1419
- 32
1420
- I
1421
- 16
1422
- I
1423
- 34
1424
- I
1425
- 17
1426
- I
1427
- 36
1428
- I
1429
- 18
1430
- I
1431
- 41
1432
- I
1433
- 1f
1434
- I
1435
- 4f
1436
- I
1437
- 23
1438
- I
1439
- 5d
1440
- I
1441
- 2a
1442
- I
1443
- 6b
1444
- I
1445
- 2e
1446
- I
1447
- 79
1448
- I
1449
- 33
1450
- I
1451
- 87
1452
- I
1453
- 38
1454
- I
1455
- 95
1456
- I
1457
- 3c
1458
- I
1459
- a3
1460
- I
1461
- 40
1462
- I
1463
- b1
1464
- I
1465
- 44
1466
- I
1467
- bf
1468
- I
1469
- 4a
1470
- I
1471
- cd
1472
- x
1473
- 72
1474
- /Users/ben/code/rack-client/lib/rack/client/middleware/cache/response.rb
1475
- p
1476
- 0
1477
- x
1478
- 13
1479
- attach_method
1480
- p
1481
- 3
1482
- I
1483
- 2
1484
- I
1485
- 4
1486
- I
1487
- 23
1488
- x
1489
- 72
1490
- /Users/ben/code/rack-client/lib/rack/client/middleware/cache/response.rb
1491
- p
1492
- 0
1493
- x
1494
- 13
1495
- attach_method
1496
- p
1497
- 3
1498
- I
1499
- 2
1500
- I
1501
- 3
1502
- I
1503
- 1c
1504
- x
1505
- 72
1506
- /Users/ben/code/rack-client/lib/rack/client/middleware/cache/response.rb
1507
- p
1508
- 0
1509
- x
1510
- 13
1511
- attach_method
1512
- p
1513
- 3
1514
- I
1515
- 2
1516
- I
1517
- 2
1518
- I
1519
- 1c
1520
- x
1521
- 72
1522
- /Users/ben/code/rack-client/lib/rack/client/middleware/cache/response.rb
1523
- p
1524
- 0
1525
- x
1526
- 13
1527
- attach_method
1528
- p
1529
- 3
1530
- I
1531
- 0
1532
- I
1533
- 1
1534
- I
1535
- 1c
1536
- x
1537
- 72
1538
- /Users/ben/code/rack-client/lib/rack/client/middleware/cache/response.rb
1539
- p
1540
- 0