Versions in this module Expand all Collapse all v0 v0.1.0 Mar 28, 2024 Changes in this version + func ReadFile(file string) []byte + type Request struct + func NewRequest(url string) *Request + func (r *Request) POST() (*http.Response, error) + func (r *Request) SetData(data map[string]interface{}) + func (r *Request) SetHeader(key, value string) v0.0.5 Jan 22, 2024 v0.0.4 Dec 23, 2023