added template for adding content-type to the request

This commit is contained in:
Aditya Mayukh Som
2024-03-21 17:55:23 +05:30
parent bcee13e989
commit fb59227b07

View File

@ -38,4 +38,7 @@ public class Main {
.header("{{name}}", "{{value}}")\n
''';
final String kTemplateContentType = '''
.contentType("{{contentType}}")\n
''';
}