mirror of
https://github.com/gospider007/requests.git
synced 2025-12-24 13:57:52 +08:00
ordermap docs
This commit is contained in:
@@ -19,11 +19,10 @@ Requests is a fully featured HTTP client library for Golang. Network requests ca
|
||||
## Features
|
||||
* GET, POST, PUT, DELETE, HEAD, PATCH, OPTIONS, etc.
|
||||
* [Simple for settings and request](https://github.com/gospider007/requests#quickly-send-requests)
|
||||
* [Request](https://github.com/gospider007/requests/tree/master/test/request)
|
||||
* [Request](https://github.com/gospider007/requests/tree/master/test/request) Support Automatic type conversion, Support orderly map
|
||||
* [Json request](https://github.com/gospider007/requests/blob/master/test/request/json_test.go) with `application/json`
|
||||
* [Data request](https://github.com/gospider007/requests/blob/master/test/request/data_test.go) with `application/x-www-form-urlencoded`
|
||||
* [Form request](https://github.com/gospider007/requests/blob/master/test/request/form_test.go) with `multipart/form-data`
|
||||
* [File request](https://github.com/gospider007/requests/blob/master/test/request/file_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)
|
||||
* [Response](https://github.com/gospider007/requests/tree/master/test/response)
|
||||
|
||||
Reference in New Issue
Block a user