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