mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-15 11:51:30 +00:00
chore: add res.getStatusText() to code editor autocomplete suggestions
This commit is contained in:
@@ -31,6 +31,7 @@ if (!SERVER_RENDERED) {
|
||||
'res.body',
|
||||
'res.responseTime',
|
||||
'res.getStatus()',
|
||||
'res.getStatusText()',
|
||||
'res.getHeader(name)',
|
||||
'res.getHeaders()',
|
||||
'res.getBody()',
|
||||
|
||||
Reference in New Issue
Block a user