package
0.1.6
Repository: https://github.com/abdfnx/resto.git
Documentation: pkg.go.dev

# Functions

ImmediatelyCloseReqBody will close the req body immediately after each request body is ready.
NewClient makes a new Client capable of making GraphQL requests.
NewRequest makes a new Request with the specified string.
UseMultipartForm uses multipart/form-data and activates support for files.
WithHTTPClient specifies the underlying http.Client to use when making requests.

# Structs

Client is a client for interacting with a GraphQL API.
File represents a file to upload.
Request is a GraphQL request.

# Type aliases

ClientOption are functions that are passed into NewClient to modify the behaviour of the Client.