Skip to content

A migration tool to translate a tree of directories containing .http files into one with .bru files for Bruno

License

Notifications You must be signed in to change notification settings

cvidmar/bruno-http-importer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bruno Http Importer

A migration tool to translate a tree of directories containing .http files into one with .bru files for Bruno. Bruno is an "Opensource IDE for exploring and testing APIs". See https://github.com/usebruno/bruno

By .http files we mean files like:

POST https://www.example.com/one
Cookie: session=1234567890
Content-Type: application/json

{
"foo": "bar"
}

Current limitations:

  • Only migrates POST and GET methods
  • POST requests migrations only support JSON body

About

A migration tool to translate a tree of directories containing .http files into one with .bru files for Bruno

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published