TylerReid / bloop

Postman alternative, with toml based config and fancy variables.
MIT License
1 stars 0 forks source link

throw out bad requests when building the ui #8

Open jftiv opened 2 weeks ago

jftiv commented 2 weeks ago

if you're building a request and it doesn't match exact requirements it stops the entire ui from loading. need to gracefully fail request builder and still allow good requests to load.

TylerReid commented 2 weeks ago

Do you have an example? Is it a bad toml file, or something more subtly wrong?