Skip to content

Commit a1dd2d7

Browse files
Add docs from gofiber/fiber@5c1a0ce
1 parent 3710097 commit a1dd2d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/core/client/hooks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
id: hooks
33
title: 🎣 Hooks
44
description: >-
5-
Hooks are used to manipulate request/response proccess of Fiber client.
5+
Hooks are used to manipulate request/response process of Fiber client.
66
sidebar_position: 4
77
---
88

@@ -77,7 +77,7 @@ There are also some builtin request hooks provide some functionalities for Fiber
7777

7878
- [parserRequestURL](https://github.com/gofiber/fiber/blob/main/client/hooks.go#L62): parserRequestURL customizes the URL according to the path params and query params. It's necessary for `PathParam` and `QueryParam` methods.
7979

80-
- [parserRequestHeader](https://github.com/gofiber/fiber/blob/main/client/hooks.go#L113): parserRequestHeader sets request headers, cookies, body type, referer, user agent according to client and request proeprties. It's necessary to make request header and cookiejar methods functional.
80+
- [parserRequestHeader](https://github.com/gofiber/fiber/blob/main/client/hooks.go#L113): parserRequestHeader sets request headers, cookies, body type, referer, user agent according to client and request properties. It's necessary to make request header and cookiejar methods functional.
8181

8282
- [parserRequestBody](https://github.com/gofiber/fiber/blob/main/client/hooks.go#L178): parserRequestBody serializes the body automatically. It is useful for XML, JSON, form, file bodies.
8383

0 commit comments

Comments
 (0)