How to set unix socket param in a get request

I have a curl cmd that id like to run in a k6 script

curl -v --unix-socket "./fetch.sock" http://localhost/v1/test/config/service -HKey:KEY 

but I am not sure where to add the unix-socket val as a param to the http.get request
can you please help.

Hi @simoolation, welcome to the community forum :tada:

Unfortunately this isn’t supported.

There is an open issue where we are creating feedback on what that will be used and gauging interest. So if you can explain your usecase there (or here for that matter) that will be great, thanks :bowing_man: