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,2889 +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
- 31
127
- 5
128
- 66
129
- 99
130
- 7
131
- 0
132
- 45
133
- 1
134
- 2
135
- 65
136
- 49
137
- 3
138
- 3
139
- 13
140
- 99
141
- 12
142
- 7
143
- 4
144
- 12
145
- 7
146
- 5
147
- 12
148
- 65
149
- 12
150
- 49
151
- 6
152
- 4
153
- 15
154
- 49
155
- 4
156
- 0
157
- 11
158
- I
159
- 6
160
- I
161
- 0
162
- I
163
- 0
164
- I
165
- 0
166
- n
167
- p
168
- 7
169
- x
170
- 6
171
- Simple
172
- x
173
- 4
174
- Base
175
- n
176
- x
177
- 10
178
- open_class
179
- x
180
- 14
181
- __class_init__
182
- M
183
- 1
184
- n
185
- n
186
- x
187
- 6
188
- Simple
189
- i
190
- 196
191
- 5
192
- 66
193
- 99
194
- 7
195
- 0
196
- 7
197
- 1
198
- 65
199
- 5
200
- 49
201
- 2
202
- 4
203
- 15
204
- 99
205
- 7
206
- 3
207
- 7
208
- 4
209
- 65
210
- 5
211
- 49
212
- 2
213
- 4
214
- 15
215
- 99
216
- 7
217
- 5
218
- 7
219
- 6
220
- 65
221
- 5
222
- 49
223
- 2
224
- 4
225
- 15
226
- 99
227
- 7
228
- 7
229
- 7
230
- 8
231
- 65
232
- 5
233
- 49
234
- 2
235
- 4
236
- 15
237
- 99
238
- 7
239
- 9
240
- 45
241
- 10
242
- 11
243
- 65
244
- 49
245
- 12
246
- 3
247
- 13
248
- 99
249
- 12
250
- 7
251
- 13
252
- 12
253
- 7
254
- 14
255
- 12
256
- 65
257
- 12
258
- 49
259
- 2
260
- 4
261
- 15
262
- 49
263
- 13
264
- 0
265
- 15
266
- 99
267
- 7
268
- 15
269
- 7
270
- 16
271
- 65
272
- 67
273
- 49
274
- 17
275
- 0
276
- 49
277
- 18
278
- 4
279
- 15
280
- 7
281
- 19
282
- 64
283
- 7
284
- 20
285
- 64
286
- 7
287
- 21
288
- 64
289
- 7
290
- 22
291
- 64
292
- 7
293
- 23
294
- 64
295
- 35
296
- 5
297
- 56
298
- 24
299
- 50
300
- 25
301
- 0
302
- 15
303
- 7
304
- 26
305
- 64
306
- 7
307
- 27
308
- 64
309
- 35
310
- 2
311
- 56
312
- 28
313
- 50
314
- 25
315
- 0
316
- 15
317
- 99
318
- 7
319
- 29
320
- 7
321
- 30
322
- 65
323
- 67
324
- 49
325
- 17
326
- 0
327
- 49
328
- 18
329
- 4
330
- 15
331
- 99
332
- 7
333
- 31
334
- 7
335
- 32
336
- 65
337
- 67
338
- 49
339
- 17
340
- 0
341
- 49
342
- 18
343
- 4
344
- 15
345
- 99
346
- 7
347
- 33
348
- 7
349
- 34
350
- 65
351
- 67
352
- 49
353
- 17
354
- 0
355
- 49
356
- 18
357
- 4
358
- 15
359
- 99
360
- 7
361
- 35
362
- 7
363
- 36
364
- 65
365
- 67
366
- 49
367
- 17
368
- 0
369
- 49
370
- 18
371
- 4
372
- 15
373
- 99
374
- 7
375
- 37
376
- 7
377
- 38
378
- 65
379
- 67
380
- 49
381
- 17
382
- 0
383
- 49
384
- 18
385
- 4
386
- 11
387
- I
388
- 6
389
- I
390
- 0
391
- I
392
- 0
393
- I
394
- 0
395
- n
396
- p
397
- 39
398
- x
399
- 3
400
- new
401
- M
402
- 1
403
- n
404
- n
405
- x
406
- 3
407
- new
408
- i
409
- 47
410
- 95
411
- 19
412
- 2
413
- 15
414
- 5
415
- 48
416
- 0
417
- 49
418
- 1
419
- 0
420
- 9
421
- 23
422
- 5
423
- 20
424
- 0
425
- 47
426
- 49
427
- 2
428
- 1
429
- 19
430
- 0
431
- 8
432
- 24
433
- 1
434
- 15
435
- 20
436
- 0
437
- 20
438
- 1
439
- 36
440
- 20
441
- 2
442
- 13
443
- 70
444
- 10
445
- 43
446
- 44
447
- 43
448
- 3
449
- 12
450
- 49
451
- 4
452
- 1
453
- 53
454
- 5
455
- 1
456
- 11
457
- I
458
- 7
459
- I
460
- 3
461
- I
462
- 1
463
- I
464
- 1
465
- I
466
- 1
467
- p
468
- 6
469
- x
470
- 11
471
- middlewares
472
- x
473
- 4
474
- any?
475
- x
476
- 17
477
- inject_middleware
478
- x
479
- 4
480
- Proc
481
- x
482
- 14
483
- __from_block__
484
- x
485
- 3
486
- new
487
- p
488
- 7
489
- I
490
- -1
491
- I
492
- 5
493
- I
494
- 4
495
- I
496
- 6
497
- I
498
- 19
499
- I
500
- 8
501
- I
502
- 2f
503
- x
504
- 61
505
- /Users/ben/code/rack-client/lib/rack/client/adapter/simple.rb
506
- p
507
- 3
508
- x
509
- 3
510
- app
511
- x
512
- 1
513
- a
514
- x
515
- 1
516
- b
517
- x
518
- 13
519
- attach_method
520
- x
521
- 11
522
- middlewares
523
- M
524
- 1
525
- n
526
- n
527
- x
528
- 11
529
- middlewares
530
- i
531
- 11
532
- 39
533
- 0
534
- 13
535
- 10
536
- 10
537
- 15
538
- 35
539
- 0
540
- 38
541
- 0
542
- 11
543
- I
544
- 2
545
- I
546
- 0
547
- I
548
- 0
549
- I
550
- 0
551
- n
552
- p
553
- 1
554
- x
555
- 12
556
- @middlewares
557
- p
558
- 5
559
- I
560
- -1
561
- I
562
- b
563
- I
564
- 0
565
- I
566
- c
567
- I
568
- b
569
- x
570
- 61
571
- /Users/ben/code/rack-client/lib/rack/client/adapter/simple.rb
572
- p
573
- 0
574
- x
575
- 3
576
- use
577
- M
578
- 1
579
- n
580
- n
581
- x
582
- 3
583
- use
584
- i
585
- 13
586
- 5
587
- 48
588
- 0
589
- 20
590
- 0
591
- 20
592
- 1
593
- 35
594
- 2
595
- 49
596
- 1
597
- 1
598
- 11
599
- I
600
- 5
601
- I
602
- 2
603
- I
604
- 1
605
- I
606
- 1
607
- I
608
- 1
609
- p
610
- 2
611
- x
612
- 11
613
- middlewares
614
- x
615
- 2
616
- <<
617
- p
618
- 5
619
- I
620
- -1
621
- I
622
- f
623
- I
624
- 0
625
- I
626
- 10
627
- I
628
- d
629
- x
630
- 61
631
- /Users/ben/code/rack-client/lib/rack/client/adapter/simple.rb
632
- p
633
- 2
634
- x
635
- 10
636
- middleware
637
- x
638
- 4
639
- args
640
- x
641
- 17
642
- inject_middleware
643
- M
644
- 1
645
- n
646
- n
647
- x
648
- 17
649
- inject_middleware
650
- i
651
- 18
652
- 5
653
- 49
654
- 0
655
- 0
656
- 19
657
- 1
658
- 15
659
- 45
660
- 1
661
- 2
662
- 43
663
- 3
664
- 56
665
- 4
666
- 50
667
- 5
668
- 0
669
- 11
670
- I
671
- 4
672
- I
673
- 2
674
- I
675
- 1
676
- I
677
- 1
678
- n
679
- p
680
- 6
681
- x
682
- 11
683
- middlewares
684
- x
685
- 4
686
- Rack
687
- n
688
- x
689
- 7
690
- Builder
691
- M
692
- 1
693
- p
694
- 2
695
- x
696
- 9
697
- for_block
698
- t
699
- n
700
- x
701
- 17
702
- inject_middleware
703
- i
704
- 22
705
- 57
706
- 19
707
- 0
708
- 15
709
- 21
710
- 1
711
- 1
712
- 56
713
- 0
714
- 50
715
- 1
716
- 0
717
- 15
718
- 20
719
- 0
720
- 21
721
- 1
722
- 0
723
- 49
724
- 2
725
- 1
726
- 11
727
- I
728
- 4
729
- I
730
- 1
731
- I
732
- 1
733
- I
734
- 1
735
- n
736
- p
737
- 3
738
- M
739
- 1
740
- p
741
- 2
742
- x
743
- 9
744
- for_block
745
- t
746
- n
747
- x
748
- 17
749
- inject_middleware
750
- i
751
- 23
752
- 58
753
- 37
754
- 19
755
- 0
756
- 15
757
- 37
758
- 19
759
- 1
760
- 15
761
- 15
762
- 21
763
- 1
764
- 0
765
- 20
766
- 0
767
- 20
768
- 1
769
- 36
770
- 1
771
- 51
772
- 0
773
- 1
774
- 11
775
- I
776
- 7
777
- I
778
- 2
779
- I
780
- 2
781
- I
782
- 2
783
- n
784
- p
785
- 1
786
- x
787
- 3
788
- use
789
- p
790
- 5
791
- I
792
- 0
793
- I
794
- 17
795
- I
796
- a
797
- I
798
- 18
799
- I
800
- 17
801
- x
802
- 61
803
- /Users/ben/code/rack-client/lib/rack/client/adapter/simple.rb
804
- p
805
- 2
806
- x
807
- 10
808
- middleware
809
- x
810
- 4
811
- args
812
- x
813
- 4
814
- each
815
- x
816
- 3
817
- run
818
- p
819
- 7
820
- I
821
- 0
822
- I
823
- 16
824
- I
825
- 4
826
- I
827
- 17
828
- I
829
- d
830
- I
831
- 1b
832
- I
833
- 16
834
- x
835
- 61
836
- /Users/ben/code/rack-client/lib/rack/client/adapter/simple.rb
837
- p
838
- 1
839
- x
840
- 7
841
- builder
842
- x
843
- 3
844
- app
845
- p
846
- 7
847
- I
848
- -1
849
- I
850
- 13
851
- I
852
- 0
853
- I
854
- 14
855
- I
856
- 7
857
- I
858
- 16
859
- I
860
- 12
861
- x
862
- 61
863
- /Users/ben/code/rack-client/lib/rack/client/adapter/simple.rb
864
- p
865
- 2
866
- x
867
- 3
868
- app
869
- x
870
- 11
871
- middlewares
872
- x
873
- 17
874
- CollapsedResponse
875
- x
876
- 8
877
- Response
878
- n
879
- x
880
- 10
881
- open_class
882
- x
883
- 14
884
- __class_init__
885
- M
886
- 1
887
- n
888
- n
889
- x
890
- 17
891
- CollapsedResponse
892
- i
893
- 107
894
- 5
895
- 66
896
- 5
897
- 45
898
- 0
899
- 1
900
- 47
901
- 49
902
- 2
903
- 1
904
- 15
905
- 5
906
- 7
907
- 3
908
- 47
909
- 49
910
- 4
911
- 1
912
- 15
913
- 5
914
- 7
915
- 3
916
- 7
917
- 5
918
- 7
919
- 6
920
- 7
921
- 7
922
- 7
923
- 8
924
- 7
925
- 9
926
- 7
927
- 10
928
- 7
929
- 11
930
- 7
931
- 12
932
- 7
933
- 13
934
- 7
935
- 14
936
- 7
937
- 15
938
- 7
939
- 16
940
- 7
941
- 17
942
- 47
943
- 49
944
- 18
945
- 14
946
- 15
947
- 5
948
- 7
949
- 3
950
- 7
951
- 19
952
- 7
953
- 20
954
- 47
955
- 49
956
- 21
957
- 3
958
- 15
959
- 99
960
- 7
961
- 22
962
- 7
963
- 23
964
- 65
965
- 67
966
- 49
967
- 24
968
- 0
969
- 49
970
- 25
971
- 4
972
- 15
973
- 99
974
- 7
975
- 19
976
- 7
977
- 26
978
- 65
979
- 67
980
- 49
981
- 24
982
- 0
983
- 49
984
- 25
985
- 4
986
- 15
987
- 99
988
- 7
989
- 27
990
- 7
991
- 28
992
- 65
993
- 67
994
- 49
995
- 24
996
- 0
997
- 49
998
- 25
999
- 4
1000
- 11
1001
- I
1002
- f
1003
- I
1004
- 0
1005
- I
1006
- 0
1007
- I
1008
- 0
1009
- n
1010
- p
1011
- 29
1012
- x
1013
- 11
1014
- Forwardable
1015
- n
1016
- x
1017
- 6
1018
- extend
1019
- x
1020
- 8
1021
- response
1022
- x
1023
- 13
1024
- attr_accessor
1025
- x
1026
- 2
1027
- []
1028
- x
1029
- 3
1030
- []=
1031
- x
1032
- 5
1033
- close
1034
- x
1035
- 13
1036
- delete_cookie
1037
- x
1038
- 4
1039
- each
1040
- x
1041
- 6
1042
- empty?
1043
- x
1044
- 6
1045
- finish
1046
- x
1047
- 7
1048
- headers
1049
- x
1050
- 8
1051
- redirect
1052
- x
1053
- 10
1054
- set_cookie
1055
- x
1056
- 6
1057
- status
1058
- x
1059
- 4
1060
- to_a
1061
- x
1062
- 5
1063
- write
1064
- x
1065
- 14
1066
- def_delegators
1067
- x
1068
- 4
1069
- body
1070
- x
1071
- 12
1072
- chunked_body
1073
- x
1074
- 13
1075
- def_delegator
1076
- x
1077
- 10
1078
- initialize
1079
- M
1080
- 1
1081
- n
1082
- n
1083
- x
1084
- 10
1085
- initialize
1086
- i
1087
- 21
1088
- 45
1089
- 0
1090
- 1
1091
- 20
1092
- 0
1093
- 36
1094
- 1
1095
- 51
1096
- 2
1097
- 0
1098
- 1
1099
- 17
1100
- 2
1101
- 38
1102
- 3
1103
- 15
1104
- 38
1105
- 4
1106
- 15
1107
- 2
1108
- 11
1109
- I
1110
- 4
1111
- I
1112
- 1
1113
- I
1114
- 0
1115
- I
1116
- 0
1117
- I
1118
- 0
1119
- p
1120
- 5
1121
- x
1122
- 8
1123
- Response
1124
- n
1125
- x
1126
- 3
1127
- new
1128
- x
1129
- 9
1130
- @response
1131
- x
1132
- 5
1133
- @body
1134
- p
1135
- 5
1136
- I
1137
- -1
1138
- I
1139
- 28
1140
- I
1141
- 0
1142
- I
1143
- 29
1144
- I
1145
- 15
1146
- x
1147
- 61
1148
- /Users/ben/code/rack-client/lib/rack/client/adapter/simple.rb
1149
- p
1150
- 1
1151
- x
1152
- 5
1153
- tuple
1154
- x
1155
- 17
1156
- method_visibility
1157
- x
1158
- 15
1159
- add_defn_method
1160
- M
1161
- 1
1162
- n
1163
- n
1164
- x
1165
- 4
1166
- body
1167
- i
1168
- 16
1169
- 39
1170
- 0
1171
- 9
1172
- 7
1173
- 1
1174
- 8
1175
- 12
1176
- 5
1177
- 47
1178
- 49
1179
- 1
1180
- 0
1181
- 15
1182
- 39
1183
- 0
1184
- 11
1185
- I
1186
- 1
1187
- I
1188
- 0
1189
- I
1190
- 0
1191
- I
1192
- 0
1193
- n
1194
- p
1195
- 2
1196
- x
1197
- 5
1198
- @body
1199
- x
1200
- 9
1201
- collapse!
1202
- p
1203
- 7
1204
- I
1205
- -1
1206
- I
1207
- 2c
1208
- I
1209
- 0
1210
- I
1211
- 2d
1212
- I
1213
- d
1214
- I
1215
- 2e
1216
- I
1217
- 10
1218
- x
1219
- 61
1220
- /Users/ben/code/rack-client/lib/rack/client/adapter/simple.rb
1221
- p
1222
- 0
1223
- x
1224
- 9
1225
- collapse!
1226
- M
1227
- 1
1228
- n
1229
- n
1230
- x
1231
- 9
1232
- collapse!
1233
- i
1234
- 17
1235
- 7
1236
- 0
1237
- 64
1238
- 38
1239
- 1
1240
- 15
1241
- 5
1242
- 56
1243
- 2
1244
- 47
1245
- 50
1246
- 3
1247
- 0
1248
- 15
1249
- 39
1250
- 1
1251
- 11
1252
- I
1253
- 2
1254
- I
1255
- 0
1256
- I
1257
- 0
1258
- I
1259
- 0
1260
- n
1261
- p
1262
- 4
1263
- s
1264
- 0
1265
-
1266
- x
1267
- 5
1268
- @body
1269
- M
1270
- 1
1271
- p
1272
- 2
1273
- x
1274
- 9
1275
- for_block
1276
- t
1277
- n
1278
- x
1279
- 9
1280
- collapse!
1281
- i
1282
- 12
1283
- 57
1284
- 19
1285
- 0
1286
- 15
1287
- 39
1288
- 0
1289
- 20
1290
- 0
1291
- 49
1292
- 1
1293
- 1
1294
- 11
1295
- I
1296
- 4
1297
- I
1298
- 1
1299
- I
1300
- 1
1301
- I
1302
- 1
1303
- n
1304
- p
1305
- 2
1306
- x
1307
- 5
1308
- @body
1309
- x
1310
- 2
1311
- <<
1312
- p
1313
- 3
1314
- I
1315
- 0
1316
- I
1317
- 33
1318
- I
1319
- c
1320
- x
1321
- 61
1322
- /Users/ben/code/rack-client/lib/rack/client/adapter/simple.rb
1323
- p
1324
- 1
1325
- x
1326
- 5
1327
- chunk
1328
- x
1329
- 4
1330
- each
1331
- p
1332
- 9
1333
- I
1334
- -1
1335
- I
1336
- 31
1337
- I
1338
- 0
1339
- I
1340
- 32
1341
- I
1342
- 6
1343
- I
1344
- 33
1345
- I
1346
- e
1347
- I
1348
- 34
1349
- I
1350
- 11
1351
- x
1352
- 61
1353
- /Users/ben/code/rack-client/lib/rack/client/adapter/simple.rb
1354
- p
1355
- 0
1356
- p
1357
- 21
1358
- I
1359
- 2
1360
- I
1361
- 20
1362
- I
1363
- b
1364
- I
1365
- 21
1366
- I
1367
- 13
1368
- I
1369
- 23
1370
- I
1371
- 20
1372
- I
1373
- 24
1374
- I
1375
- 28
1376
- I
1377
- 25
1378
- I
1379
- 30
1380
- I
1381
- 23
1382
- I
1383
- 35
1384
- I
1385
- 26
1386
- I
1387
- 41
1388
- I
1389
- 28
1390
- I
1391
- 4f
1392
- I
1393
- 2c
1394
- I
1395
- 5d
1396
- I
1397
- 31
1398
- I
1399
- 6b
1400
- x
1401
- 61
1402
- /Users/ben/code/rack-client/lib/rack/client/adapter/simple.rb
1403
- p
1404
- 0
1405
- x
1406
- 10
1407
- initialize
1408
- M
1409
- 1
1410
- n
1411
- n
1412
- x
1413
- 10
1414
- initialize
1415
- i
1416
- 36
1417
- 23
1418
- 1
1419
- 10
1420
- 8
1421
- 1
1422
- 19
1423
- 1
1424
- 15
1425
- 20
1426
- 0
1427
- 54
1428
- 52
1429
- 0
1430
- 1
1431
- 15
1432
- 20
1433
- 1
1434
- 49
1435
- 1
1436
- 0
1437
- 9
1438
- 25
1439
- 1
1440
- 8
1441
- 35
1442
- 45
1443
- 2
1444
- 3
1445
- 20
1446
- 1
1447
- 49
1448
- 4
1449
- 1
1450
- 38
1451
- 5
1452
- 11
1453
- I
1454
- 4
1455
- I
1456
- 2
1457
- I
1458
- 1
1459
- I
1460
- 2
1461
- n
1462
- p
1463
- 6
1464
- x
1465
- 10
1466
- initialize
1467
- x
1468
- 4
1469
- nil?
1470
- x
1471
- 3
1472
- URI
1473
- n
1474
- x
1475
- 5
1476
- parse
1477
- x
1478
- 9
1479
- @base_uri
1480
- p
1481
- 7
1482
- I
1483
- -1
1484
- I
1485
- 38
1486
- I
1487
- 8
1488
- I
1489
- 39
1490
- I
1491
- f
1492
- I
1493
- 3a
1494
- I
1495
- 24
1496
- x
1497
- 61
1498
- /Users/ben/code/rack-client/lib/rack/client/adapter/simple.rb
1499
- p
1500
- 2
1501
- x
1502
- 3
1503
- app
1504
- x
1505
- 3
1506
- url
1507
- x
1508
- 17
1509
- method_visibility
1510
- x
1511
- 15
1512
- add_defn_method
1513
- s
1514
- 7
1515
- options
1516
- s
1517
- 3
1518
- get
1519
- s
1520
- 4
1521
- head
1522
- s
1523
- 6
1524
- delete
1525
- s
1526
- 5
1527
- trace
1528
- M
1529
- 1
1530
- p
1531
- 2
1532
- x
1533
- 9
1534
- for_block
1535
- t
1536
- n
1537
- x
1538
- 6
1539
- Simple
1540
- i
1541
- 43
1542
- 57
1543
- 19
1544
- 0
1545
- 15
1546
- 5
1547
- 7
1548
- 0
1549
- 20
1550
- 0
1551
- 47
1552
- 101
1553
- 1
1554
- 7
1555
- 2
1556
- 20
1557
- 0
1558
- 49
1559
- 3
1560
- 0
1561
- 47
1562
- 101
1563
- 1
1564
- 7
1565
- 4
1566
- 63
1567
- 5
1568
- 5
1569
- 48
1570
- 5
1571
- 65
1572
- 49
1573
- 6
1574
- 0
1575
- 4
1576
- 62
1577
- 79
1578
- 81
1579
- 7
1580
- 47
1581
- 49
1582
- 8
1583
- 4
1584
- 11
1585
- I
1586
- 8
1587
- I
1588
- 1
1589
- I
1590
- 1
1591
- I
1592
- 1
1593
- n
1594
- p
1595
- 9
1596
- s
1597
- 14
1598
- def
1599
- x
1600
- 4
1601
- to_s
1602
- s
1603
- 68
1604
- (url, headers = {}, query_params = {}, &block)
1605
- request('
1606
- x
1607
- 6
1608
- upcase
1609
- s
1610
- 58
1611
- ', url, headers, nil, query_params, &block)
1612
- end
1613
-
1614
- x
1615
- 7
1616
- binding
1617
- x
1618
- 11
1619
- active_path
1620
- x
1621
- 1
1622
- +
1623
- x
1624
- 4
1625
- eval
1626
- p
1627
- 11
1628
- I
1629
- 0
1630
- I
1631
- 3d
1632
- I
1633
- 4
1634
- I
1635
- 3e
1636
- I
1637
- 5
1638
- I
1639
- 3f
1640
- I
1641
- e
1642
- I
1643
- 40
1644
- I
1645
- 1a
1646
- I
1647
- 3e
1648
- I
1649
- 2b
1650
- x
1651
- 61
1652
- /Users/ben/code/rack-client/lib/rack/client/adapter/simple.rb
1653
- p
1654
- 1
1655
- x
1656
- 6
1657
- method
1658
- x
1659
- 4
1660
- each
1661
- s
1662
- 4
1663
- post
1664
- s
1665
- 3
1666
- put
1667
- M
1668
- 1
1669
- p
1670
- 2
1671
- x
1672
- 9
1673
- for_block
1674
- t
1675
- n
1676
- x
1677
- 6
1678
- Simple
1679
- i
1680
- 43
1681
- 57
1682
- 19
1683
- 0
1684
- 15
1685
- 5
1686
- 7
1687
- 0
1688
- 20
1689
- 0
1690
- 47
1691
- 101
1692
- 1
1693
- 7
1694
- 2
1695
- 20
1696
- 0
1697
- 49
1698
- 3
1699
- 0
1700
- 47
1701
- 101
1702
- 1
1703
- 7
1704
- 4
1705
- 63
1706
- 5
1707
- 5
1708
- 48
1709
- 5
1710
- 65
1711
- 49
1712
- 6
1713
- 0
1714
- 4
1715
- 70
1716
- 79
1717
- 81
1718
- 7
1719
- 47
1720
- 49
1721
- 8
1722
- 4
1723
- 11
1724
- I
1725
- 8
1726
- I
1727
- 1
1728
- I
1729
- 1
1730
- I
1731
- 1
1732
- n
1733
- p
1734
- 9
1735
- s
1736
- 14
1737
- def
1738
- x
1739
- 4
1740
- to_s
1741
- s
1742
- 90
1743
- (url, headers = {}, body_or_params = nil, query_params = {}, &block)
1744
- request('
1745
- x
1746
- 6
1747
- upcase
1748
- s
1749
- 69
1750
- ', url, headers, body_or_params, query_params, &block)
1751
- end
1752
-
1753
- x
1754
- 7
1755
- binding
1756
- x
1757
- 11
1758
- active_path
1759
- x
1760
- 1
1761
- +
1762
- x
1763
- 4
1764
- eval
1765
- p
1766
- 11
1767
- I
1768
- 0
1769
- I
1770
- 45
1771
- I
1772
- 4
1773
- I
1774
- 46
1775
- I
1776
- 5
1777
- I
1778
- 47
1779
- I
1780
- e
1781
- I
1782
- 48
1783
- I
1784
- 1a
1785
- I
1786
- 46
1787
- I
1788
- 2b
1789
- x
1790
- 61
1791
- /Users/ben/code/rack-client/lib/rack/client/adapter/simple.rb
1792
- p
1793
- 1
1794
- x
1795
- 6
1796
- method
1797
- x
1798
- 7
1799
- request
1800
- M
1801
- 1
1802
- n
1803
- n
1804
- x
1805
- 7
1806
- request
1807
- i
1808
- 85
1809
- 23
1810
- 2
1811
- 10
1812
- 14
1813
- 44
1814
- 43
1815
- 0
1816
- 78
1817
- 49
1818
- 1
1819
- 1
1820
- 19
1821
- 2
1822
- 15
1823
- 23
1824
- 3
1825
- 10
1826
- 22
1827
- 1
1828
- 19
1829
- 3
1830
- 15
1831
- 23
1832
- 4
1833
- 10
1834
- 36
1835
- 44
1836
- 43
1837
- 0
1838
- 78
1839
- 49
1840
- 1
1841
- 1
1842
- 19
1843
- 4
1844
- 15
1845
- 5
1846
- 20
1847
- 1
1848
- 20
1849
- 2
1850
- 20
1851
- 3
1852
- 20
1853
- 4
1854
- 47
1855
- 49
1856
- 2
1857
- 4
1858
- 19
1859
- 5
1860
- 15
1861
- 94
1862
- 9
1863
- 67
1864
- 20
1865
- 0
1866
- 20
1867
- 5
1868
- 36
1869
- 56
1870
- 3
1871
- 53
1872
- 4
1873
- 1
1874
- 8
1875
- 84
1876
- 45
1877
- 5
1878
- 6
1879
- 20
1880
- 0
1881
- 20
1882
- 5
1883
- 36
1884
- 54
1885
- 53
1886
- 4
1887
- 1
1888
- 36
1889
- 1
1890
- 51
1891
- 7
1892
- 0
1893
- 11
1894
- I
1895
- b
1896
- I
1897
- 6
1898
- I
1899
- 2
1900
- I
1901
- 5
1902
- n
1903
- p
1904
- 8
1905
- x
1906
- 4
1907
- Hash
1908
- x
1909
- 16
1910
- new_from_literal
1911
- x
1912
- 13
1913
- request_tuple
1914
- M
1915
- 1
1916
- p
1917
- 2
1918
- x
1919
- 9
1920
- for_block
1921
- t
1922
- n
1923
- x
1924
- 7
1925
- request
1926
- i
1927
- 20
1928
- 59
1929
- 36
1930
- 22
1931
- 1
1932
- 5
1933
- 15
1934
- 45
1935
- 0
1936
- 1
1937
- 21
1938
- 1
1939
- 5
1940
- 36
1941
- 1
1942
- 51
1943
- 2
1944
- 0
1945
- 60
1946
- 1
1947
- 11
1948
- I
1949
- 4
1950
- I
1951
- 0
1952
- I
1953
- 0
1954
- I
1955
- 0
1956
- I
1957
- 5
1958
- p
1959
- 3
1960
- x
1961
- 17
1962
- CollapsedResponse
1963
- n
1964
- x
1965
- 3
1966
- new
1967
- p
1968
- 3
1969
- I
1970
- 0
1971
- I
1972
- 50
1973
- I
1974
- 14
1975
- x
1976
- 61
1977
- /Users/ben/code/rack-client/lib/rack/client/adapter/simple.rb
1978
- p
1979
- 0
1980
- x
1981
- 7
1982
- request
1983
- x
1984
- 17
1985
- CollapsedResponse
1986
- n
1987
- x
1988
- 3
1989
- new
1990
- p
1991
- 11
1992
- I
1993
- -1
1994
- I
1995
- 4d
1996
- I
1997
- 24
1998
- I
1999
- 4e
2000
- I
2001
- 34
2002
- I
2003
- 4f
2004
- I
2005
- 37
2006
- I
2007
- 50
2008
- I
2009
- 43
2010
- I
2011
- 52
2012
- I
2013
- 55
2014
- x
2015
- 61
2016
- /Users/ben/code/rack-client/lib/rack/client/adapter/simple.rb
2017
- p
2018
- 6
2019
- x
2020
- 6
2021
- method
2022
- x
2023
- 3
2024
- url
2025
- x
2026
- 7
2027
- headers
2028
- x
2029
- 14
2030
- body_or_params
2031
- x
2032
- 12
2033
- query_params
2034
- x
2035
- 5
2036
- tuple
2037
- x
2038
- 13
2039
- request_tuple
2040
- M
2041
- 1
2042
- n
2043
- n
2044
- x
2045
- 13
2046
- request_tuple
2047
- i
2048
- 154
2049
- 23
2050
- 1
2051
- 10
2052
- 14
2053
- 44
2054
- 43
2055
- 0
2056
- 78
2057
- 49
2058
- 1
2059
- 1
2060
- 19
2061
- 1
2062
- 15
2063
- 23
2064
- 2
2065
- 10
2066
- 22
2067
- 1
2068
- 19
2069
- 2
2070
- 15
2071
- 23
2072
- 3
2073
- 10
2074
- 36
2075
- 44
2076
- 43
2077
- 0
2078
- 78
2079
- 49
2080
- 1
2081
- 1
2082
- 19
2083
- 3
2084
- 15
2085
- 95
2086
- 19
2087
- 4
2088
- 15
2089
- 45
2090
- 0
2091
- 2
2092
- 20
2093
- 3
2094
- 86
2095
- 3
2096
- 9
2097
- 53
2098
- 20
2099
- 3
2100
- 8
2101
- 61
2102
- 45
2103
- 4
2104
- 5
2105
- 20
2106
- 3
2107
- 49
2108
- 6
2109
- 1
2110
- 19
2111
- 5
2112
- 15
2113
- 45
2114
- 7
2115
- 8
2116
- 20
2117
- 0
2118
- 49
2119
- 9
2120
- 1
2121
- 19
2122
- 6
2123
- 15
2124
- 20
2125
- 3
2126
- 49
2127
- 10
2128
- 0
2129
- 9
2130
- 85
2131
- 1
2132
- 8
2133
- 116
2134
- 20
2135
- 6
2136
- 45
2137
- 4
2138
- 11
2139
- 45
2140
- 4
2141
- 12
2142
- 20
2143
- 6
2144
- 49
2145
- 13
2146
- 0
2147
- 49
2148
- 14
2149
- 1
2150
- 20
2151
- 3
2152
- 49
2153
- 15
2154
- 1
2155
- 49
2156
- 16
2157
- 1
2158
- 13
2159
- 18
2160
- 2
2161
- 49
2162
- 17
2163
- 1
2164
- 15
2165
- 15
2166
- 45
2167
- 0
2168
- 18
2169
- 20
2170
- 2
2171
- 86
2172
- 3
2173
- 9
2174
- 136
2175
- 45
2176
- 4
2177
- 19
2178
- 20
2179
- 2
2180
- 49
2181
- 16
2182
- 1
2183
- 8
2184
- 138
2185
- 20
2186
- 2
2187
- 19
2188
- 7
2189
- 15
2190
- 20
2191
- 6
2192
- 49
2193
- 20
2194
- 0
2195
- 20
2196
- 1
2197
- 20
2198
- 7
2199
- 35
2200
- 3
2201
- 11
2202
- 11
2203
- I
2204
- c
2205
- I
2206
- 8
2207
- I
2208
- 1
2209
- I
2210
- 4
2211
- n
2212
- p
2213
- 21
2214
- x
2215
- 4
2216
- Hash
2217
- x
2218
- 16
2219
- new_from_literal
2220
- n
2221
- x
2222
- 3
2223
- ===
2224
- x
2225
- 5
2226
- Utils
2227
- n
2228
- x
2229
- 11
2230
- build_query
2231
- x
2232
- 3
2233
- URI
2234
- n
2235
- x
2236
- 5
2237
- parse
2238
- x
2239
- 6
2240
- empty?
2241
- n
2242
- n
2243
- x
2244
- 5
2245
- query
2246
- x
2247
- 18
2248
- parse_nested_query
2249
- x
2250
- 5
2251
- merge
2252
- x
2253
- 18
2254
- build_nested_query
2255
- x
2256
- 6
2257
- query=
2258
- n
2259
- n
2260
- x
2261
- 4
2262
- to_s
2263
- p
2264
- 15
2265
- I
2266
- -1
2267
- I
2268
- 56
2269
- I
2270
- 28
2271
- I
2272
- 57
2273
- I
2274
- 40
2275
- I
2276
- 59
2277
- I
2278
- 4b
2279
- I
2280
- 5b
2281
- I
2282
- 55
2283
- I
2284
- 5c
2285
- I
2286
- 75
2287
- I
2288
- 5f
2289
- I
2290
- 8d
2291
- I
2292
- 61
2293
- I
2294
- 9a
2295
- x
2296
- 61
2297
- /Users/ben/code/rack-client/lib/rack/client/adapter/simple.rb
2298
- p
2299
- 8
2300
- x
2301
- 3
2302
- url
2303
- x
2304
- 7
2305
- headers
2306
- x
2307
- 14
2308
- body_or_params
2309
- x
2310
- 12
2311
- query_params
2312
- x
2313
- 5
2314
- block
2315
- x
2316
- 10
2317
- query_hash
2318
- x
2319
- 3
2320
- uri
2321
- x
2322
- 4
2323
- body
2324
- x
2325
- 9
2326
- build_env
2327
- M
2328
- 1
2329
- n
2330
- n
2331
- x
2332
- 9
2333
- build_env
2334
- i
2335
- 135
2336
- 23
2337
- 2
2338
- 10
2339
- 14
2340
- 44
2341
- 43
2342
- 0
2343
- 78
2344
- 49
2345
- 1
2346
- 1
2347
- 19
2348
- 2
2349
- 15
2350
- 23
2351
- 3
2352
- 10
2353
- 22
2354
- 1
2355
- 19
2356
- 3
2357
- 15
2358
- 39
2359
- 2
2360
- 49
2361
- 3
2362
- 0
2363
- 9
2364
- 39
2365
- 45
2366
- 4
2367
- 5
2368
- 20
2369
- 1
2370
- 49
2371
- 6
2372
- 1
2373
- 8
2374
- 45
2375
- 39
2376
- 2
2377
- 20
2378
- 1
2379
- 81
2380
- 7
2381
- 19
2382
- 4
2383
- 15
2384
- 20
2385
- 0
2386
- 20
2387
- 4
2388
- 49
2389
- 8
2390
- 0
2391
- 20
2392
- 2
2393
- 20
2394
- 3
2395
- 54
2396
- 52
2397
- 9
2398
- 4
2399
- 19
2400
- 5
2401
- 15
2402
- 20
2403
- 5
2404
- 7
2405
- 10
2406
- 64
2407
- 14
2408
- 2
2409
- 49
2410
- 11
2411
- 1
2412
- 13
2413
- 10
2414
- 96
2415
- 15
2416
- 5
2417
- 20
2418
- 4
2419
- 47
2420
- 49
2421
- 12
2422
- 1
2423
- 13
2424
- 18
2425
- 3
2426
- 49
2427
- 13
2428
- 2
2429
- 15
2430
- 8
2431
- 100
2432
- 18
2433
- 2
2434
- 16
2435
- 2
2436
- 15
2437
- 20
2438
- 5
2439
- 7
2440
- 14
2441
- 64
2442
- 14
2443
- 2
2444
- 49
2445
- 11
2446
- 1
2447
- 13
2448
- 10
2449
- 127
2450
- 15
2451
- 5
2452
- 48
2453
- 15
2454
- 13
2455
- 18
2456
- 3
2457
- 49
2458
- 13
2459
- 2
2460
- 15
2461
- 8
2462
- 131
2463
- 18
2464
- 2
2465
- 16
2466
- 2
2467
- 15
2468
- 20
2469
- 5
2470
- 11
2471
- I
2472
- b
2473
- I
2474
- 6
2475
- I
2476
- 2
2477
- I
2478
- 4
2479
- n
2480
- p
2481
- 16
2482
- x
2483
- 4
2484
- Hash
2485
- x
2486
- 16
2487
- new_from_literal
2488
- x
2489
- 9
2490
- @base_uri
2491
- x
2492
- 4
2493
- nil?
2494
- x
2495
- 3
2496
- URI
2497
- n
2498
- x
2499
- 5
2500
- parse
2501
- x
2502
- 1
2503
- +
2504
- x
2505
- 4
2506
- to_s
2507
- x
2508
- 9
2509
- build_env
2510
- s
2511
- 9
2512
- HTTP_HOST
2513
- x
2514
- 2
2515
- []
2516
- x
2517
- 13
2518
- http_host_for
2519
- x
2520
- 3
2521
- []=
2522
- s
2523
- 15
2524
- HTTP_USER_AGENT
2525
- x
2526
- 15
2527
- http_user_agent
2528
- p
2529
- 13
2530
- I
2531
- -1
2532
- I
2533
- 64
2534
- I
2535
- 16
2536
- I
2537
- 65
2538
- I
2539
- 30
2540
- I
2541
- 67
2542
- I
2543
- 42
2544
- I
2545
- 69
2546
- I
2547
- 65
2548
- I
2549
- 6a
2550
- I
2551
- 84
2552
- I
2553
- 6c
2554
- I
2555
- 87
2556
- x
2557
- 61
2558
- /Users/ben/code/rack-client/lib/rack/client/adapter/simple.rb
2559
- p
2560
- 6
2561
- x
2562
- 14
2563
- request_method
2564
- x
2565
- 3
2566
- url
2567
- x
2568
- 7
2569
- headers
2570
- x
2571
- 4
2572
- body
2573
- x
2574
- 3
2575
- uri
2576
- x
2577
- 3
2578
- env
2579
- x
2580
- 13
2581
- http_host_for
2582
- M
2583
- 1
2584
- n
2585
- n
2586
- x
2587
- 13
2588
- http_host_for
2589
- i
2590
- 48
2591
- 20
2592
- 0
2593
- 49
2594
- 0
2595
- 0
2596
- 7
2597
- 1
2598
- 20
2599
- 0
2600
- 49
2601
- 2
2602
- 0
2603
- 47
2604
- 101
2605
- 0
2606
- 63
2607
- 2
2608
- 49
2609
- 3
2610
- 1
2611
- 9
2612
- 42
2613
- 20
2614
- 0
2615
- 49
2616
- 4
2617
- 0
2618
- 20
2619
- 0
2620
- 49
2621
- 2
2622
- 0
2623
- 35
2624
- 2
2625
- 7
2626
- 1
2627
- 64
2628
- 49
2629
- 5
2630
- 1
2631
- 8
2632
- 47
2633
- 20
2634
- 0
2635
- 49
2636
- 4
2637
- 0
2638
- 11
2639
- I
2640
- 4
2641
- I
2642
- 1
2643
- I
2644
- 1
2645
- I
2646
- 1
2647
- n
2648
- p
2649
- 6
2650
- x
2651
- 4
2652
- to_s
2653
- s
2654
- 1
2655
- :
2656
- x
2657
- 4
2658
- port
2659
- x
2660
- 8
2661
- include?
2662
- x
2663
- 4
2664
- host
2665
- x
2666
- 4
2667
- join
2668
- p
2669
- 9
2670
- I
2671
- -1
2672
- I
2673
- 6f
2674
- I
2675
- 0
2676
- I
2677
- 70
2678
- I
2679
- 16
2680
- I
2681
- 71
2682
- I
2683
- 2a
2684
- I
2685
- 73
2686
- I
2687
- 30
2688
- x
2689
- 61
2690
- /Users/ben/code/rack-client/lib/rack/client/adapter/simple.rb
2691
- p
2692
- 1
2693
- x
2694
- 3
2695
- uri
2696
- x
2697
- 15
2698
- http_user_agent
2699
- M
2700
- 1
2701
- n
2702
- n
2703
- x
2704
- 15
2705
- http_user_agent
2706
- i
2707
- 23
2708
- 7
2709
- 0
2710
- 45
2711
- 1
2712
- 2
2713
- 47
2714
- 101
2715
- 3
2716
- 7
2717
- 4
2718
- 39
2719
- 5
2720
- 49
2721
- 6
2722
- 0
2723
- 47
2724
- 101
2725
- 3
2726
- 7
2727
- 7
2728
- 63
2729
- 5
2730
- 11
2731
- I
2732
- 5
2733
- I
2734
- 0
2735
- I
2736
- 0
2737
- I
2738
- 0
2739
- n
2740
- p
2741
- 8
2742
- s
2743
- 12
2744
- rack-client
2745
- x
2746
- 7
2747
- VERSION
2748
- n
2749
- x
2750
- 4
2751
- to_s
2752
- s
2753
- 7
2754
- (app:
2755
- x
2756
- 4
2757
- @app
2758
- x
2759
- 5
2760
- class
2761
- s
2762
- 1
2763
- )
2764
- p
2765
- 5
2766
- I
2767
- -1
2768
- I
2769
- 77
2770
- I
2771
- 0
2772
- I
2773
- 78
2774
- I
2775
- 17
2776
- x
2777
- 61
2778
- /Users/ben/code/rack-client/lib/rack/client/adapter/simple.rb
2779
- p
2780
- 0
2781
- p
2782
- 27
2783
- I
2784
- 2
2785
- I
2786
- 5
2787
- I
2788
- d
2789
- I
2790
- b
2791
- I
2792
- 18
2793
- I
2794
- f
2795
- I
2796
- 23
2797
- I
2798
- 13
2799
- I
2800
- 2e
2801
- I
2802
- 1f
2803
- I
2804
- 4b
2805
- I
2806
- 38
2807
- I
2808
- 59
2809
- I
2810
- 3d
2811
- I
2812
- 70
2813
- I
2814
- 45
2815
- I
2816
- 7e
2817
- I
2818
- 4d
2819
- I
2820
- 8c
2821
- I
2822
- 56
2823
- I
2824
- 9a
2825
- I
2826
- 64
2827
- I
2828
- a8
2829
- I
2830
- 6f
2831
- I
2832
- b6
2833
- I
2834
- 77
2835
- I
2836
- c4
2837
- x
2838
- 61
2839
- /Users/ben/code/rack-client/lib/rack/client/adapter/simple.rb
2840
- p
2841
- 0
2842
- x
2843
- 13
2844
- attach_method
2845
- p
2846
- 3
2847
- I
2848
- 2
2849
- I
2850
- 3
2851
- I
2852
- 1f
2853
- x
2854
- 61
2855
- /Users/ben/code/rack-client/lib/rack/client/adapter/simple.rb
2856
- p
2857
- 0
2858
- x
2859
- 13
2860
- attach_method
2861
- p
2862
- 3
2863
- I
2864
- 2
2865
- I
2866
- 2
2867
- I
2868
- 1c
2869
- x
2870
- 61
2871
- /Users/ben/code/rack-client/lib/rack/client/adapter/simple.rb
2872
- p
2873
- 0
2874
- x
2875
- 13
2876
- attach_method
2877
- p
2878
- 3
2879
- I
2880
- 0
2881
- I
2882
- 1
2883
- I
2884
- 1c
2885
- x
2886
- 61
2887
- /Users/ben/code/rack-client/lib/rack/client/adapter/simple.rb
2888
- p
2889
- 0