package
1.0.150
Repository: https://github.com/ibm/fp-go.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

MakeClient creates an HTTP client proxy.
ReadAll sends a request and reads the response as bytes.
ReadFullResponse sends a request, reads the response as a byte array and represents the result as a tuple.
ReadJson sends a request, reads the response and parses the response as JSON Deprecated: use [ReadJSON] instead.
ReadJSON sends a request, reads the response and parses the response as JSON.
ReadText sends a request, reads the response and represents the response as a text string.

# Variables

specialize.
MakeRequest is an eitherized version of [http.NewRequestWithContext].

# Interfaces

No description provided by the author