mirror of https://github.com/gofiber/fiber.git
docs: add docs for new client
parent
3ba90c0fb0
commit
bf62cef394
|
@ -31,7 +31,7 @@ func main() {
|
|||
|
||||
### References
|
||||
|
||||
- [Set custom JSON encoder for client](../api/client.md#jsonencoder)
|
||||
- [Set custom JSON decoder for client](../api/client.md#jsondecoder)
|
||||
- [Set custom JSON encoder for client](../client/rest.md#setjsonmarshal)
|
||||
- [Set custom JSON decoder for client](../client/rest.md#setjsonunmarshal)
|
||||
- [Set custom JSON encoder for application](../api/fiber.md#jsonencoder)
|
||||
- [Set custom JSON decoder for application](../api/fiber.md#jsondecoder)
|
||||
|
|
|
@ -224,7 +224,7 @@ DRAFT section
|
|||
## 🌎 Client package
|
||||
|
||||
The Gofiber client has been completely rebuilt. It includes numerous new features such as Cookiejar, request/response hooks, and more.
|
||||
You can take a look to [client docs](./client/client.md) to see what's new with the client.
|
||||
You can take a look to [client docs](./client/rest.md) to see what's new with the client.
|
||||
|
||||
## 📎 Binding
|
||||
|
||||
|
|
Loading…
Reference in New Issue