mirror of
https://github.com/foss42/apidash.git
synced 2025-08-06 05:32:26 +08:00
added template for uuid and file boundary
This commit is contained in:
@ -60,6 +60,13 @@ var_dump(\$response);
|
||||
|
||||
""";
|
||||
|
||||
//template for generating unique boundary
|
||||
String kBoundaryUniqueIdTemplate = """
|
||||
\$boundary = "{{uuid}}";
|
||||
|
||||
""";
|
||||
|
||||
//
|
||||
String kFileClassString = """
|
||||
class File
|
||||
{
|
||||
|
Reference in New Issue
Block a user