Versions in this module Expand all Collapse all v0 v0.2.0 May 19, 2023 v0.1.0 Jan 21, 2023 Changes in this version + type HttpResponse struct + Body string + BodyBytes []byte + Error error + Headers string + InnerResponse *fasthttp.Response + StatusCode int + Success bool + func CustomMethodWithData(url, method, data string, headersList ...map[string]string) *HttpResponse + func Get(url string, headersList ...map[string]string) *HttpResponse + func Patch(url string, data string, headersList ...map[string]string) *HttpResponse + func Post(url string, data string, headersList ...map[string]string) *HttpResponse