mirror of
https://github.com/gospider007/requests.git
synced 2025-12-24 13:57:52 +08:00
change docs
This commit is contained in:
14
README.md
14
README.md
@@ -18,13 +18,13 @@ 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)
|
||||
* [Simple for settings and Request](https://github.com/gospider007/requests#quickly-send-requests)
|
||||
* [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`
|
||||
* [upload 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)
|
||||
* [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`
|
||||
* [Upload 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)
|
||||
* [Local network card](https://github.com/gospider007/requests/blob/master/test/request/localAddr_test.go)
|
||||
* [Response](https://github.com/gospider007/requests/tree/master/test/response)
|
||||
@@ -62,7 +62,7 @@ go get github.com/gospider007/requests
|
||||
```go
|
||||
import "github.com/gospider007/requests"
|
||||
```
|
||||
### Quickly send requests
|
||||
### Quickly Send Requests
|
||||
```go
|
||||
package main
|
||||
|
||||
|
||||
Reference in New Issue
Block a user