Web frontend for http-inspector.
Before using http-inspector-ui, find out more about http-inspector.
To install, run the following:
npm i -g http-inspector-uiTo start http-inspector-ui, run:
http-inspector-uiYou can change the default port:
http-inspector-ui --port 3000
# or:
http-inspector-ui -p 3000Also if you dont need to start browser automatically, you can disable it:
http-inspector-ui --headless
# or:
http-inspector-ui -H