1+ // with proxy
2+ let a = {
3+ path : 'https://api.browserstack.com/automate/cypress/v1/builds/8a4ec797f6565b72d84345bb507acd0f3a84f194/build_artifacts' ,
4+ method : 'GET' ,
5+ headers : {
6+ Accept : 'application/json, text/plain, */*' ,
7+ 'User-Agent' : 'BStack-Cypress-CLI/1.10.0 (x64/darwin/20.6.0)' ,
8+ host : 'api.browserstack.com'
9+ } ,
10+ agent : undefined ,
11+ agents : { http : undefined , https : undefined } ,
12+ auth : 'roshanni_70sPLl:qN7mJW7aZ8P5Gnu1XtwX' ,
13+ hostname : 'localhost' ,
14+ port : '8889' ,
15+ host : 'localhost' ,
16+ beforeRedirect : [ Function : beforeRedirect ]
17+ }
18+ let c = {
19+ path : '/automate/cypress/v1/builds/8a4ec797f6565b72d84345bb507acd0f3a84f194/build_artifacts' ,
20+ method : 'GET' ,
21+ headers : {
22+ Accept : 'application/json, text/plain, */*' ,
23+ 'User-Agent' : 'BStack-Cypress-CLI/1.10.0 (x64/darwin/20.6.0)' ,
24+ host : 'api.browserstack.com'
25+ } ,
26+ agent : undefined ,
27+ agents : { http : undefined , https : undefined } ,
28+ auth : 'roshanni_70sPLl:qN7mJW7aZ8P5Gnu1XtwX' ,
29+ hostname : 'localhost' ,
30+ port : '8889' ,
31+ host : 'localhost' ,
32+ beforeRedirect : [ Function : beforeRedirect ]
33+ }
34+
35+ // without proxy
36+ let b = {
37+ path : '/automate/cypress/v1/builds/8a4ec797f6565b72d84345bb507acd0f3a84f194/build_artifacts' ,
38+ method : 'GET' ,
39+ headers : {
40+ Accept : 'application/json, text/plain, */*' ,
41+ 'User-Agent' : 'BStack-Cypress-CLI/1.10.0 (x64/darwin/20.6.0)'
42+ } ,
43+ agent : undefined ,
44+ agents : { http : undefined , https : undefined } ,
45+ auth : 'roshanni_70sPLl:qN7mJW7aZ8P5Gnu1XtwX' ,
46+ hostname : 'api.browserstack.com' ,
47+ port : null
48+ }
0 commit comments