docs: add docs for new client

pull/3000/head
René 2024-05-13 15:20:56 +02:00
parent 3ba90c0fb0
commit bf62cef394
2 changed files with 3 additions and 3 deletions

View File

@ -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)

View File

@ -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