client/README.md
The characteristics have not yet been written.
string, []byte, map, slice
Content-Typefiles*fasthttp.Request instance can be accessed during middleware and request execution via Request.RawRequestRequest.RawRequest.GetBody()[]byte by response.Body() or access as string by response.String()The following samples will assist you to become as comfortable as possible with Fiber Client library.
// Import Fiber Client into your code and refer it as `client`.
import "github.com/gofiber/fiber/client"