# Functions
Get configures http.NewRequestWithContext for a GET request.
HealthCheck sends a GET request to the given url, returning an error if the response status code is not 200.
No description provided by the author
No description provided by the author
Post configures http.NewRequestWithContext for a POST request, adding the Content-Type header to the constructed request.
Put configures http.NewRequestWithContext for a PUT request, adding the Content-Type header to the constructed request.