You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -118,7 +118,7 @@ This project makes no such requirement, whitespace is entirely ignored meaning t
118
118
119
119
The [JetBrains HTTP Request in Editor Spec] allows for custom JavaScript [Response Handlers](https://github.com/JetBrains/http-request-in-editor-spec/blob/master/spec.md#324-response-handler) (e.g. the `{% ... %}` blocks), that take the response and transform it in some way:
@@ -128,7 +128,7 @@ This is not supported in `zap` as it relies on editor-specific context and requi
128
128
129
129
However, the version of this syntax where you dump the response body to a file *is* supported!
130
130
131
-
```plaintext
131
+
```http
132
132
GET http://example.com/auth
133
133
134
134
> ./response.json
@@ -138,7 +138,7 @@ GET http://example.com/auth
138
138
139
139
The [JetBrains HTTP Request in Editor Spec] allows for a [Response Reference], but doesn't actually explain what that is or what should be done with it? So I've left it out for now 🤷🏻
0 commit comments