httpie / desktop

🚀 HTTPie Desktop — cross-platform API testing client for humans. Painlessly test REST, GraphQL, and HTTP APIs.
https://httpie.io
Other
2.78k stars 31 forks source link

[FeatureRequest] Random char/uuid/alphanumeric generator #178

Open toshim45 opened 2 months ago

toshim45 commented 2 months ago

it would be great if I can put random char/uuid in request body or header. something like

{{gen_uuidv4()}}
{{gen_random_alphanum(10)}}
{{gen_uuidv7()}}
{{gen_random_number(8)}}
etc
Screenshot 2024-07-03 at 13 52 46

Thanks

sandenbergmelo commented 1 month ago

It would be nice if it worked like in insomnia (just pressing ctrl + space): image