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,1124 +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
- 28
184
- 5
185
- 66
186
- 99
187
- 7
188
- 0
189
- 65
190
- 49
191
- 1
192
- 2
193
- 13
194
- 99
195
- 12
196
- 7
197
- 2
198
- 12
199
- 7
200
- 3
201
- 12
202
- 65
203
- 12
204
- 49
205
- 4
206
- 4
207
- 15
208
- 49
209
- 2
210
- 0
211
- 11
212
- I
213
- 6
214
- I
215
- 0
216
- I
217
- 0
218
- I
219
- 0
220
- n
221
- p
222
- 5
223
- x
224
- 6
225
- Digest
226
- x
227
- 11
228
- open_module
229
- x
230
- 15
231
- __module_init__
232
- M
233
- 1
234
- n
235
- n
236
- x
237
- 6
238
- Digest
239
- i
240
- 33
241
- 5
242
- 66
243
- 99
244
- 7
245
- 0
246
- 45
247
- 1
248
- 2
249
- 43
250
- 0
251
- 65
252
- 49
253
- 3
254
- 3
255
- 13
256
- 99
257
- 12
258
- 7
259
- 4
260
- 12
261
- 7
262
- 5
263
- 12
264
- 65
265
- 12
266
- 49
267
- 6
268
- 4
269
- 15
270
- 49
271
- 4
272
- 0
273
- 11
274
- I
275
- 6
276
- I
277
- 0
278
- I
279
- 0
280
- I
281
- 0
282
- n
283
- p
284
- 7
285
- x
286
- 9
287
- Challenge
288
- x
289
- 8
290
- Abstract
291
- n
292
- x
293
- 10
294
- open_class
295
- x
296
- 14
297
- __class_init__
298
- M
299
- 1
300
- n
301
- n
302
- x
303
- 9
304
- Challenge
305
- i
306
- 100
307
- 5
308
- 66
309
- 99
310
- 7
311
- 0
312
- 7
313
- 1
314
- 65
315
- 67
316
- 49
317
- 2
318
- 0
319
- 49
320
- 3
321
- 4
322
- 15
323
- 99
324
- 7
325
- 4
326
- 7
327
- 5
328
- 65
329
- 67
330
- 49
331
- 2
332
- 0
333
- 49
334
- 3
335
- 4
336
- 15
337
- 99
338
- 7
339
- 6
340
- 7
341
- 7
342
- 65
343
- 67
344
- 49
345
- 2
346
- 0
347
- 49
348
- 3
349
- 4
350
- 15
351
- 99
352
- 7
353
- 8
354
- 7
355
- 9
356
- 65
357
- 67
358
- 49
359
- 2
360
- 0
361
- 49
362
- 3
363
- 4
364
- 15
365
- 99
366
- 7
367
- 10
368
- 7
369
- 11
370
- 65
371
- 67
372
- 49
373
- 2
374
- 0
375
- 49
376
- 3
377
- 4
378
- 15
379
- 99
380
- 7
381
- 12
382
- 7
383
- 13
384
- 65
385
- 67
386
- 49
387
- 2
388
- 0
389
- 49
390
- 3
391
- 4
392
- 15
393
- 99
394
- 7
395
- 14
396
- 7
397
- 15
398
- 65
399
- 67
400
- 49
401
- 2
402
- 0
403
- 49
404
- 3
405
- 4
406
- 11
407
- I
408
- 5
409
- I
410
- 0
411
- I
412
- 0
413
- I
414
- 0
415
- n
416
- p
417
- 16
418
- x
419
- 10
420
- initialize
421
- M
422
- 1
423
- n
424
- n
425
- x
426
- 10
427
- initialize
428
- i
429
- 28
430
- 20
431
- 0
432
- 20
433
- 1
434
- 54
435
- 52
436
- 0
437
- 2
438
- 15
439
- 20
440
- 2
441
- 20
442
- 3
443
- 20
444
- 4
445
- 17
446
- 3
447
- 38
448
- 1
449
- 15
450
- 38
451
- 2
452
- 15
453
- 38
454
- 3
455
- 15
456
- 2
457
- 11
458
- I
459
- 8
460
- I
461
- 5
462
- I
463
- 5
464
- I
465
- 5
466
- n
467
- p
468
- 4
469
- x
470
- 10
471
- initialize
472
- x
473
- 6
474
- @realm
475
- x
476
- 9
477
- @username
478
- x
479
- 9
480
- @password
481
- p
482
- 7
483
- I
484
- 0
485
- I
486
- 6
487
- I
488
- 0
489
- I
490
- 7
491
- I
492
- 9
493
- I
494
- 8
495
- I
496
- 1c
497
- x
498
- 79
499
- /Users/ben/code/rack-client/lib/rack/client/middleware/auth/digest/challenge.rb
500
- p
501
- 5
502
- x
503
- 7
504
- request
505
- x
506
- 8
507
- response
508
- x
509
- 5
510
- realm
511
- x
512
- 8
513
- username
514
- x
515
- 8
516
- password
517
- x
518
- 17
519
- method_visibility
520
- x
521
- 15
522
- add_defn_method
523
- x
524
- 7
525
- digest?
526
- M
527
- 1
528
- n
529
- n
530
- x
531
- 7
532
- digest?
533
- i
534
- 8
535
- 7
536
- 0
537
- 5
538
- 48
539
- 1
540
- 83
541
- 2
542
- 11
543
- I
544
- 2
545
- I
546
- 0
547
- I
548
- 0
549
- I
550
- 0
551
- n
552
- p
553
- 3
554
- x
555
- 6
556
- digest
557
- x
558
- 6
559
- scheme
560
- x
561
- 2
562
- ==
563
- p
564
- 5
565
- I
566
- 0
567
- I
568
- b
569
- I
570
- 0
571
- I
572
- c
573
- I
574
- 8
575
- x
576
- 79
577
- /Users/ben/code/rack-client/lib/rack/client/middleware/auth/digest/challenge.rb
578
- p
579
- 0
580
- x
581
- 6
582
- cnonce
583
- M
584
- 1
585
- n
586
- n
587
- x
588
- 6
589
- cnonce
590
- i
591
- 42
592
- 39
593
- 0
594
- 13
595
- 10
596
- 41
597
- 15
598
- 45
599
- 1
600
- 2
601
- 43
602
- 3
603
- 43
604
- 4
605
- 43
606
- 5
607
- 13
608
- 71
609
- 6
610
- 47
611
- 9
612
- 33
613
- 47
614
- 49
615
- 7
616
- 0
617
- 13
618
- 47
619
- 49
620
- 8
621
- 0
622
- 15
623
- 8
624
- 36
625
- 49
626
- 6
627
- 0
628
- 49
629
- 9
630
- 0
631
- 38
632
- 0
633
- 11
634
- I
635
- 2
636
- I
637
- 0
638
- I
639
- 0
640
- I
641
- 0
642
- n
643
- p
644
- 10
645
- x
646
- 7
647
- @cnonce
648
- x
649
- 4
650
- Rack
651
- n
652
- x
653
- 4
654
- Auth
655
- x
656
- 6
657
- Digest
658
- x
659
- 5
660
- Nonce
661
- x
662
- 3
663
- new
664
- x
665
- 8
666
- allocate
667
- x
668
- 10
669
- initialize
670
- x
671
- 4
672
- to_s
673
- p
674
- 5
675
- I
676
- 0
677
- I
678
- f
679
- I
680
- 0
681
- I
682
- 10
683
- I
684
- 2a
685
- x
686
- 79
687
- /Users/ben/code/rack-client/lib/rack/client/middleware/auth/digest/challenge.rb
688
- p
689
- 0
690
- x
691
- 8
692
- response
693
- M
694
- 1
695
- n
696
- n
697
- x
698
- 8
699
- response
700
- i
701
- 35
702
- 5
703
- 5
704
- 47
705
- 49
706
- 0
707
- 0
708
- 5
709
- 48
710
- 1
711
- 20
712
- 0
713
- 5
714
- 48
715
- 2
716
- 5
717
- 48
718
- 3
719
- 5
720
- 47
721
- 49
722
- 4
723
- 0
724
- 35
725
- 6
726
- 7
727
- 5
728
- 64
729
- 49
730
- 6
731
- 1
732
- 47
733
- 49
734
- 7
735
- 1
736
- 11
737
- I
738
- 8
739
- I
740
- 1
741
- I
742
- 1
743
- I
744
- 1
745
- n
746
- p
747
- 8
748
- x
749
- 2
750
- A1
751
- x
752
- 5
753
- nonce
754
- x
755
- 6
756
- cnonce
757
- x
758
- 3
759
- qop
760
- x
761
- 2
762
- A2
763
- s
764
- 1
765
- :
766
- x
767
- 1
768
- *
769
- x
770
- 1
771
- H
772
- p
773
- 5
774
- I
775
- 0
776
- I
777
- 13
778
- I
779
- 0
780
- I
781
- 14
782
- I
783
- 23
784
- x
785
- 79
786
- /Users/ben/code/rack-client/lib/rack/client/middleware/auth/digest/challenge.rb
787
- p
788
- 1
789
- x
790
- 2
791
- nc
792
- x
793
- 2
794
- A1
795
- M
796
- 1
797
- n
798
- n
799
- x
800
- 2
801
- A1
802
- i
803
- 20
804
- 5
805
- 39
806
- 0
807
- 39
808
- 1
809
- 39
810
- 2
811
- 35
812
- 3
813
- 7
814
- 3
815
- 64
816
- 49
817
- 4
818
- 1
819
- 47
820
- 49
821
- 5
822
- 1
823
- 11
824
- I
825
- 4
826
- I
827
- 0
828
- I
829
- 0
830
- I
831
- 0
832
- n
833
- p
834
- 6
835
- x
836
- 9
837
- @username
838
- x
839
- 6
840
- @realm
841
- x
842
- 9
843
- @password
844
- s
845
- 1
846
- :
847
- x
848
- 1
849
- *
850
- x
851
- 1
852
- H
853
- p
854
- 5
855
- I
856
- 0
857
- I
858
- 17
859
- I
860
- 0
861
- I
862
- 18
863
- I
864
- 14
865
- x
866
- 79
867
- /Users/ben/code/rack-client/lib/rack/client/middleware/auth/digest/challenge.rb
868
- p
869
- 0
870
- x
871
- 2
872
- A2
873
- M
874
- 1
875
- n
876
- n
877
- x
878
- 2
879
- A2
880
- i
881
- 20
882
- 5
883
- 5
884
- 48
885
- 0
886
- 5
887
- 48
888
- 1
889
- 35
890
- 2
891
- 7
892
- 2
893
- 64
894
- 49
895
- 3
896
- 1
897
- 47
898
- 49
899
- 4
900
- 1
901
- 11
902
- I
903
- 3
904
- I
905
- 0
906
- I
907
- 0
908
- I
909
- 0
910
- n
911
- p
912
- 5
913
- x
914
- 14
915
- request_method
916
- x
917
- 4
918
- path
919
- s
920
- 1
921
- :
922
- x
923
- 1
924
- *
925
- x
926
- 1
927
- H
928
- p
929
- 5
930
- I
931
- 0
932
- I
933
- 1b
934
- I
935
- 0
936
- I
937
- 1c
938
- I
939
- 14
940
- x
941
- 79
942
- /Users/ben/code/rack-client/lib/rack/client/middleware/auth/digest/challenge.rb
943
- p
944
- 0
945
- x
946
- 1
947
- H
948
- M
949
- 1
950
- n
951
- n
952
- x
953
- 1
954
- H
955
- i
956
- 11
957
- 44
958
- 43
959
- 0
960
- 43
961
- 1
962
- 20
963
- 0
964
- 49
965
- 2
966
- 1
967
- 11
968
- I
969
- 3
970
- I
971
- 1
972
- I
973
- 1
974
- I
975
- 1
976
- n
977
- p
978
- 3
979
- x
980
- 6
981
- Digest
982
- x
983
- 3
984
- MD5
985
- x
986
- 9
987
- hexdigest
988
- p
989
- 5
990
- I
991
- 0
992
- I
993
- 1f
994
- I
995
- 0
996
- I
997
- 20
998
- I
999
- b
1000
- x
1001
- 79
1002
- /Users/ben/code/rack-client/lib/rack/client/middleware/auth/digest/challenge.rb
1003
- p
1004
- 1
1005
- x
1006
- 4
1007
- data
1008
- p
1009
- 15
1010
- I
1011
- 2
1012
- I
1013
- 6
1014
- I
1015
- 10
1016
- I
1017
- b
1018
- I
1019
- 1e
1020
- I
1021
- f
1022
- I
1023
- 2c
1024
- I
1025
- 13
1026
- I
1027
- 3a
1028
- I
1029
- 17
1030
- I
1031
- 48
1032
- I
1033
- 1b
1034
- I
1035
- 56
1036
- I
1037
- 1f
1038
- I
1039
- 64
1040
- x
1041
- 79
1042
- /Users/ben/code/rack-client/lib/rack/client/middleware/auth/digest/challenge.rb
1043
- p
1044
- 0
1045
- x
1046
- 13
1047
- attach_method
1048
- p
1049
- 3
1050
- I
1051
- 2
1052
- I
1053
- 5
1054
- I
1055
- 21
1056
- x
1057
- 79
1058
- /Users/ben/code/rack-client/lib/rack/client/middleware/auth/digest/challenge.rb
1059
- p
1060
- 0
1061
- x
1062
- 13
1063
- attach_method
1064
- p
1065
- 3
1066
- I
1067
- 2
1068
- I
1069
- 4
1070
- I
1071
- 1c
1072
- x
1073
- 79
1074
- /Users/ben/code/rack-client/lib/rack/client/middleware/auth/digest/challenge.rb
1075
- p
1076
- 0
1077
- x
1078
- 13
1079
- attach_method
1080
- p
1081
- 3
1082
- I
1083
- 2
1084
- I
1085
- 3
1086
- I
1087
- 1c
1088
- x
1089
- 79
1090
- /Users/ben/code/rack-client/lib/rack/client/middleware/auth/digest/challenge.rb
1091
- p
1092
- 0
1093
- x
1094
- 13
1095
- attach_method
1096
- p
1097
- 3
1098
- I
1099
- 2
1100
- I
1101
- 2
1102
- I
1103
- 1c
1104
- x
1105
- 79
1106
- /Users/ben/code/rack-client/lib/rack/client/middleware/auth/digest/challenge.rb
1107
- p
1108
- 0
1109
- x
1110
- 13
1111
- attach_method
1112
- p
1113
- 3
1114
- I
1115
- 0
1116
- I
1117
- 1
1118
- I
1119
- 1c
1120
- x
1121
- 79
1122
- /Users/ben/code/rack-client/lib/rack/client/middleware/auth/digest/challenge.rb
1123
- p
1124
- 0