mirror of
https://github.com/foss42/apidash.git
synced 2025-12-09 23:02:21 +08:00
added template for adding content-type to the request
This commit is contained in:
@@ -38,4 +38,7 @@ public class Main {
|
||||
.header("{{name}}", "{{value}}")\n
|
||||
''';
|
||||
|
||||
final String kTemplateContentType = '''
|
||||
.contentType("{{contentType}}")\n
|
||||
''';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user