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