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