Releases: gonetx/httpit
v0.5.0
v0.4.0
v0.3.2
v0.3.1
v0.3.0
v0.2.0
🔥 New
- Support handy arguments parser to send form and json request
- Support
-J|--json
,-F|--form
,--follow
,--maxRedirects
and-D|--debug
flags - Support shortcut url like
:3000
and/foo
- Add donate bitcoin badge
🧹 Updates
- Improve document and usage
🩹 Fixes
- Override host if it is exist in headers
- Handle some special headers in
-H
flag
v0.1.0
Changelog
1ec81d9 chore(httpit): bump v0.1.0
55e3f89 Create release.yml
ebcfe70 feat(httpit): sleep for fake doer
924b30e feat(httpit): skip windows test
7467f8b feat(httpit): skip windows test
7f33879 feat(httpit): set os.Stdin
8b49583 feat(httpit): improve test cases
f646e7a feat(httpit): use os.Stdout
eec46e2 feat(httpit): fix gosec
180bac1 feat(httpit): add codecov badge
320d24e add workflows
e9d38c2 feat(httpit): add test cases
19e3f6f feat(httpit): add test cases
ac51602 feat(httpit): silence cobra errors output
4b73075 feat(httpit): add test cases
d479888 feat(httpit): add test cases
4b2f9e2 feat(httpit): add test cases
3f2a912 feat(httpit): add input and output for tui
e524a04 feat(httpit): add test cases
12b6bce feat(httpit): improve tui
adb2ecf feat(httpit): replace spinner with process
87efc79 feat(httpit): improve client do
0f9a8aa feat(httpit): add pipeline options
13dc719 feat(httpit): add proxy options
5ec3df6 feat(httpit): improve tui
ac07b93 feat(httpit): improve tui
b47a476 feat(httpit): get rid of net/http
d89b332 Merge pull request #2 from gonetx/dependabot/go_modules/github.com/valyala/fasthttp-1.22.0
8dfa1c4 build(deps): bump github.com/valyala/fasthttp from 1.21.0 to 1.22.0
46f1e4a feat(gui): 将结果相关信息移到对应的包中
6389ee4 Merge pull request #1 from gonetx/dependabot/go_modules/github.com/stretchr/testify-1.7.0
62d553f build(deps): bump github.com/stretchr/testify from 1.3.0 to 1.7.0
218293a feat(httpit): finished beta version
1be652b feat(httpit): remove interval package
f48a3a6 feat(httpit): wip
5064b10 feat(httpit): Use cobra
ab784ad init