feat: request variables (#3825)
Co-authored-by: jamesgeorge007 <jamesgeorge998001@gmail.com>
This commit is contained in:
@@ -353,6 +353,7 @@ executedResponses$.subscribe((res) => {
|
||||
params: res.req.params,
|
||||
preRequestScript: res.req.preRequestScript,
|
||||
testScript: res.req.testScript,
|
||||
requestVariables: res.req.requestVariables,
|
||||
v: res.req.v,
|
||||
},
|
||||
responseMeta: {
|
||||
|
||||
@@ -38,6 +38,7 @@ export type SettingsDef = {
|
||||
httpUrlEncoded: boolean
|
||||
httpPreRequest: boolean
|
||||
httpTest: boolean
|
||||
httpRequestVariables: boolean
|
||||
graphqlQuery: boolean
|
||||
graphqlResponseBody: boolean
|
||||
graphqlHeaders: boolean
|
||||
@@ -79,6 +80,7 @@ export const getDefaultSettings = (): SettingsDef => ({
|
||||
httpUrlEncoded: true,
|
||||
httpPreRequest: true,
|
||||
httpTest: true,
|
||||
httpRequestVariables: true,
|
||||
graphqlQuery: true,
|
||||
graphqlResponseBody: true,
|
||||
graphqlHeaders: false,
|
||||
|
||||
Reference in New Issue
Block a user