Tags: meshde/hit-cli
Tags
feat: add error handling framework (#28) * feat: add error handling framework * the user would only see errors that were raised as CliError * every other error would be a panic * panics are also no longer displayed to users, rather human_panic displays how to report the issue. * chore: update human panic message elements * chore: bump version
feat(cli): add command to view the response data of the last request (#… …19) * feat(http/handle_request): return more info about response other than just the body * refactor(app_config): do not expose config fields like envs and ephenvs * chore(app_config): make get_app_config return new AppConfig if config file not found * feat(cli): add command to view information of the last request made * chore: remove commented code
PreviousNext