Skip to content

roblappcoupa/http-files-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

.HTTP Files Demo

What are .http files?

  1. http files are a text based file format that follows the semantics of the HTTP protocol
  2. Define one or more HTTP requests and then send the requests using the IDE of your choice
  3. Rely on IDE for a variety of features
  4. Programming language and technology stack agnostic

Features supported by most IDEs

  1. Sending and receiving HTTP requests
  2. Pre and post request scripts
  3. Tests
  4. Format conversion (e.g., convert Curl request to .http file format or import Postman collections)
  5. Environments
  6. Multipart HTTP requests
  7. GraphQL, Websocket and gRPC

IDE Support

  1. Visual Studio
  2. Visual Studio Code (REST Client extension)
  3. Rider

Running the app

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.

Examples

  1. Basic requests
  2. Tests
  3. Variables
  4. Pre and post request scripts
  5. Environments
  6. Curl to .http file
  7. Automatic generation of .http files

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published