mirror of
https://github.com/foss42/apidash.git
synced 2025-05-23 17:26:45 +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