mirror of
https://github.com/foss42/apidash.git
synced 2025-06-05 10:20:44 +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
|
.header("{{name}}", "{{value}}")\n
|
||||||
''';
|
''';
|
||||||
|
|
||||||
|
final String kTemplateContentType = '''
|
||||||
|
.contentType("{{contentType}}")\n
|
||||||
|
''';
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user