Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
d3c831d
chore: add go test command in makefile
Apr 14, 2021
88ccd04
feat: simple requests(delete unnecessary code)
Apr 15, 2021
c456809
feat: rename package name
Apr 15, 2021
284dbe0
fix: pakcage path
Apr 15, 2021
094f0e0
chore: add make pkg
Apr 15, 2021
7ed1728
fix: read cache if resp.Content is nil
Apr 15, 2021
2968cc6
doc: get header example
Apr 15, 2021
2bc1101
test: add test example cases
Apr 17, 2021
57036ac
doc: update examples
Apr 17, 2021
c4f9516
feat: support respHandler
Apr 19, 2021
b8f83f2
feat: support global respHandler
Apr 25, 2021
ff6e34d
fix: default debug mode is false
Apr 26, 2021
124fb95
deploy: clean go.mod
Apr 26, 2021
0cea942
fix: debugResponse fix debug check
Apr 26, 2021
cee2074
clean: debug log in init.go
Apr 26, 2021
6411db7
doc: add example about respponse and post data
May 27, 2021
747a198
doc: add post examples
Jun 3, 2021
a35c883
chore: ignore go.sum
Jun 3, 2021
ee9cde4
clean: clean cleanup decrecated
Jun 3, 2021
42c6ed5
doc: add session support
Jun 3, 2021
0f276d5
clean: clean build query code
Jun 3, 2021
01efd29
chore: replace requests with session and support buildRequest
Jun 5, 2021
38b9a1e
doc: support buildRequest
Jun 5, 2021
d8bd8a4
feat: support send raw bytes data
Jun 22, 2021
a751ba3
fix: fix missing params when make GET request
Jul 21, 2021
80dae23
example: add delete method example
Jul 21, 2021
c11362d
test: add send cookie test
Jul 22, 2021
8d926fb
feat: return request url within error if request failed
Jul 27, 2021
b876700
doc: readme.md add an example about get with params
Aug 13, 2021
554ffbd
chore: add tag in makefile
Oct 9, 2021
d971e12
doc: add main get example
Oct 14, 2021
e5ac318
feat: support custom global header
Oct 15, 2021
a41933b
feat: add curl generator 0.1
Oct 28, 2021
6e30b81
feat: support curl shell command generator
Nov 2, 2021
ab90cf4
feat: support curl command generator
Nov 3, 2021
95cd32d
test: add cookie test for sesseion cookie
Nov 3, 2021
751cdae
chore: update test
Nov 3, 2021
a6dd492
chore: add git msg check when push code
Nov 4, 2021
7bdbca1
doc: add doc about Post query string
Nov 19, 2021
9622a45
fix: debug curl missing body
Dec 7, 2021
527889a
style: tidy code
Dec 17, 2021
f6f0d4a
fix: fix version
Jan 26, 2022
715a45c
comment: add global heaer
Jan 26, 2022
a9a8b55
clean: clean makefile
Jan 26, 2022
362372a
fix: fix gitcheck
Jan 26, 2022
56d9c20
chore:change repo's path from ahuigo to asmcos
Jan 28, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/tmp
/go.sum
Loading