this post was submitted on 28 May 2024
35 points (97.3% liked)

General Programming Discussion

7702 readers
10 users here now

A general programming discussion community.

Rules:

  1. Be civil.
  2. Please start discussions that spark conversation

Other communities

Systems

Functional Programming

Also related

founded 5 years ago
MODERATORS
 

I just want to build requests and read the responses, why the hell does everyone suddenly want me to make an account?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 6 points 3 months ago

For a lot of use cases I find .http files very convenient. Here is a documentation from Microsoft: https://learn.microsoft.com/en-us/aspnet/core/test/http-files?view=aspnetcore-8.0

There is some standard around the .http extension so they work in many IDEs and they can be implemented into CI pipelines. The Microsoft documentation should be enough, though, to get you started.