diff --git a/docs/sources/next/extensions/explore.md b/docs/sources/next/extensions/explore.md index c29b835f5d..d303ce2032 100644 --- a/docs/sources/next/extensions/explore.md +++ b/docs/sources/next/extensions/explore.md @@ -115,6 +115,10 @@ Use the table to explore the many extensions. Questions? Feel free to join the d

xk6-faker

Generate random fake data

+ +

xk6-fasthttp

+

Enable RPS increase & file streaming on HTTP/1.1 requests

+

xk6-file

Write files

diff --git a/docs/sources/v0.48.x/extensions/explore.md b/docs/sources/v0.48.x/extensions/explore.md index c29b835f5d..d303ce2032 100644 --- a/docs/sources/v0.48.x/extensions/explore.md +++ b/docs/sources/v0.48.x/extensions/explore.md @@ -115,6 +115,10 @@ Use the table to explore the many extensions. Questions? Feel free to join the d

xk6-faker

Generate random fake data

+ +

xk6-fasthttp

+

Enable RPS increase & file streaming on HTTP/1.1 requests

+

xk6-file

Write files

diff --git a/src/data/doc-extensions/extensions.json b/src/data/doc-extensions/extensions.json index 287a304f97..687c52df60 100644 --- a/src/data/doc-extensions/extensions.json +++ b/src/data/doc-extensions/extensions.json @@ -1141,6 +1141,21 @@ "categories": ["Data"], "tiers": ["Community"], "cloudEnabled": false + }, + { + "name": "xk6-fasthttp", + "description": "Enable RPS increase & file streaming on HTTP/1.1 requests", + "url": "https://github.com/domsolutions/xk6-fasthttp", + "logo": "", + "author": { + "name": "Dominic Riordan", + "url": "https://github.com/domsolutions" + }, + "stars": "0", + "type": ["JavaScript"], + "categories": ["Misc"], + "tiers": ["Community"], + "cloudEnabled": false } ] }