Refactor fluent download pipelines

This commit is contained in:
qwsdcvghyu89
2025-09-27 15:38:58 +10:00
parent 13c6fbaf5f
commit 94b6c0645c
33 changed files with 518 additions and 451 deletions
+17
View File
@@ -0,0 +1,17 @@
namespace Beam.Fluent;
public enum FragmentMode {
Single,
Fragmented
}
public enum Channel {
Plain,
Stealth,
Playwright
}
public enum ContentKind {
Html,
Binary
}