Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [.http-files]

The tag has no usage guidance.

0 votes
0 answers
34 views

Is there a compatible way to create a dynamic date in .http files?

I want to use .http files across our engineering team instead of Postman as it is easier to manage these next to the code rather than in a Postman collection. However, some team members would rather ...
baynezy's user avatar
  • 6,837
0 votes
0 answers
34 views

Update environment variable based on response body in .http file (vscode and rest-client)

I want to override the local.token value in settings.json. I can read the body and update a local variable but this means I need to run the token request and manually update the environment variable ...
mahbuburrahman rifat's user avatar
1 vote
0 answers
31 views

How to use websockets in Visual Studio http files

I am looking to test websocket connections using Visual Studio 2022 http files. Could not find any documentation on https://learn.microsoft.com/en-us/aspnet/core/test/http-files?view=aspnetcore-8.0.
shmit's user avatar
  • 2,494