Skip to content

Tags: monaco-io/request

Tags

v1.0.16

Toggle v1.0.16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Feat/context deadline (#28)

* upgrade dep

* rename ctx to xctx

* refactor is valid

* refactor timeout

* remove trace do

---------

Co-authored-by: 卢旭泽(Diluc.L) <xuze.lu@mihoyo.com>

v1.0.15

Toggle v1.0.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix panic on failed response (#24)

Co-authored-by: qwerty <qwerty2@students.zcu.cz>

v1.0.14

Toggle v1.0.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feature: support go version < 1.16 (#22)

* upgrade package version to v1.0.13

* support go version < 1.16

v1.0.13

Toggle v1.0.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: support context to http request (#20)

* feat: mutipart form data

* fix typo

* update readme

* feat: mutipart form data

* feat: generate curl command

* feat: generate curl command

* update doc

* clean code

* feat: mutipart form data

* feat: mutipart form data

* update readme

* feat: generate curl command

* clean code

* clean code

* upgrade github workflow go version to 1.16

* support context to http request

* add test case

v1.0.12

Toggle v1.0.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix Request.AddTLSConfig method (#16)

Co-authored-by: sedmess <>

v1.0.11

Toggle v1.0.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: support generate curl command (#13)

* feat: mutipart form data

* fix typo

* update readme

* feat: mutipart form data

* feat: generate curl command

* feat: generate curl command

* update doc

* clean code

v1.0.10

Toggle v1.0.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: mutipart form data (#11)

* feat: mutipart form data

* fix typo

v1.0.9

Toggle v1.0.9's commit message
feat: sorted header

v1.0.8

Toggle v1.0.8's commit message
feat: http trace & request benchmark

v1.0.7

Toggle v1.0.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md