Refactor fluent download pipelines
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
namespace Beam.Fluent;
|
||||
|
||||
public enum FragmentMode {
|
||||
Single,
|
||||
Fragmented
|
||||
}
|
||||
|
||||
public enum Channel {
|
||||
Plain,
|
||||
Stealth,
|
||||
Playwright
|
||||
}
|
||||
|
||||
public enum ContentKind {
|
||||
Html,
|
||||
Binary
|
||||
}
|
||||
Reference in New Issue
Block a user