Skip to content

Commit a8404ee

Browse files
authored
Add xk6-proxy to support dynamic proxy settings
Allow changing the HTTP proxy settings in the script
1 parent 556b391 commit a8404ee

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/data/doc-extensions/extensions.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -865,6 +865,18 @@
865865
},
866866
"official": false,
867867
"categories": ["Misc"]
868+
},
869+
{
870+
"name": "xk6-proxy",
871+
"description": "Add a dynamic proxy support to k6. Allow changing the HTTP proxy settings in the script.",
872+
"url": "https://github.com/SYM01/k6-proxy",
873+
"logo": "",
874+
"author": {
875+
"name": "SYM01",
876+
"url": "https://github.com/SYM01"
877+
},
878+
"official": false,
879+
"categories": ["Misc", "Proxy"]
868880
}
869881
]
870882
}

0 commit comments

Comments
 (0)