mirror of
https://github.com/gofiber/fiber.git
synced 2025-05-31 11:52:41 +00:00
👷 Add beta warning
This commit is contained in:
parent
9bcfb5109d
commit
09ff81716c
@ -722,6 +722,8 @@ func (a *Agent) Dest(dest []byte) *Agent {
|
||||
|
||||
// Bytes returns the status code, bytes body and errors of url.
|
||||
func (a *Agent) Bytes() (code int, body []byte, errs []error) {
|
||||
fmt.Println("[Warning] client is still in beta, API might change in the future!")
|
||||
|
||||
defer a.release()
|
||||
|
||||
if errs = append(errs, a.errs...); len(errs) > 0 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user