mirror of
https://github.com/foss42/apidash.git
synced 2025-12-09 14:40:20 +08:00
added template for adding headers to the request
This commit is contained in:
@@ -34,4 +34,8 @@ public class Main {
|
||||
.{{method}}(requestURL)\n
|
||||
''';
|
||||
|
||||
final String kTemplateRequestHeader = '''
|
||||
.header("{{name}}", "{{value}}")\n
|
||||
''';
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user