package
Version:
v0.1.0-RC1
Opens a new window with list of versions in this module.
Published: Apr 1, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Client for issuing HTTP requests.
NewClient returns a new HTTP client.
Delete sends an HTTP DELETE request.
Get sends an HTTP GET request.
Post sends an HTTP POST request.
Put sends an HTTP PUT request.
ServerURL returns the server URL configured for this client.
type Response struct {
Status int
Body []byte
}
Response for a request.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.