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