# Functions
MakeBodyRequest creates a request that carries a body.
No description provided by the author
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.
# Interfaces
No description provided by the author