httpx.Error response without body (#982)

* httpx.Error support response without body

* fix doc
This commit is contained in:
Vee Zhang
2021-09-01 19:33:33 +08:00
committed by GitHub
parent 423955c55f
commit 76fc1ef460
3 changed files with 36 additions and 14 deletions

View File

@@ -90,7 +90,7 @@ After that, run these local verifications before submitting pull request to pred
fail of continuous integration.
* Format the code with `gofmt`
* Run the test with data race enabled `go test -race ./`
* Run the test with data race enabled `go test -race ./...`
## Code Review