mirror of
https://github.com/gospider007/requests.git
synced 2025-12-24 13:57:52 +08:00
add localAddr test
This commit is contained in:
@@ -25,6 +25,7 @@ Requests is a fully featured HTTP client library for Golang. Network requests ca
|
||||
* [Form request](https://github.com/gospider007/requests/blob/master/test/request/form_test.go) with `multipart/form-data`
|
||||
* [Flow request](https://github.com/gospider007/requests/blob/master/test/request/stream_test.go)
|
||||
* [Request URL Path Params](https://github.com/gospider007/requests/blob/master/test/request/params_test.go)
|
||||
* [Local network card](https://github.com/gospider007/requests/blob/master/test/request/params_test.go)
|
||||
* [Response](https://github.com/gospider007/requests/tree/master/test/response)
|
||||
* [Return whether to reuse connections](https://github.com/gospider007/requests/blob/master/test/response/isNewConn_test.go)
|
||||
* [Middleware](https://github.com/gospider007/requests/tree/master/test/middleware)
|
||||
|
||||
Reference in New Issue
Block a user