mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-23 12:45:38 +00:00
Merge pull request #4973 from lohxt1/send_request_default_options
fix: set default proxy value as `false` for `bru.sendRequest`' axios request config
This commit is contained in:
@@ -27,6 +27,7 @@ type ModifiedAxiosResponse = AxiosResponse & {
|
||||
}
|
||||
|
||||
const baseRequestConfig: Partial<AxiosRequestConfig> = {
|
||||
proxy: false,
|
||||
httpAgent: new http.Agent({ keepAlive: true }),
|
||||
httpsAgent: new https.Agent({ keepAlive: true }),
|
||||
transformRequest: function transformRequest(data: any, headers: AxiosRequestHeaders) {
|
||||
|
||||
Reference in New Issue
Block a user