multipart/form-data support

This commit is contained in:
2023-08-25 10:53:13 +08:00
parent e49ee1551d
commit b501dc5e76
10 changed files with 194 additions and 26 deletions

View File

@@ -2,7 +2,7 @@
namespace Blahblah.Library.Network;
public class StringTask : ContentTask<string, string>
class StringTask : ContentTask<string, string>
{
public StringHandler? Process { get; set; }