Versions in this module Expand all Collapse all v1 v1.0.2 Sep 21, 2024 v1.0.1 Sep 14, 2024 Changes in this version + func JSON(client *fasthttp.Client, url string, met Method, req interface{}, ...) (err error) + func JSONRequest(client *fasthttp.Client, url, method string, reqData, resData interface{}, ...) error + type Method string + const DELETE + const GET + const PATCH + const POST + const PUT