- http files are a text based file format that follows the semantics of the HTTP protocol
- Define one or more HTTP requests and then send the requests using the IDE of your choice
- Rely on IDE for a variety of features
- Programming language and technology stack agnostic
- Sending and receiving HTTP requests
- Pre and post request scripts
- Tests
- Format conversion (e.g., convert Curl request to .http file format or import Postman collections)
- Environments
- Multipart HTTP requests
- GraphQL, Websocket and gRPC
First, start the service in Rider, Visual Studio or from the command line:
dotnet run --project ./WebApi/WebApi.csproj
Then navigate to the http-files
folder in an IDE. Run the requests.
- Basic requests
- Tests
- Variables
- Pre and post request scripts
- Environments
- Curl to .http file
- Automatic generation of .http files