added template for uuid and file boundary

This commit is contained in:
Shruti Roy
2024-03-17 23:55:48 +05:30
parent d253f62f01
commit 342fd78b5f

View File

@ -60,6 +60,13 @@ var_dump(\$response);
""";
//template for generating unique boundary
String kBoundaryUniqueIdTemplate = """
\$boundary = "{{uuid}}";
""";
//
String kFileClassString = """
class File
{