Categorygithub.com/ViBiOh/httputils/v2
module
2.2.5
Repository: https://github.com/vibioh/httputils.git
Documentation: pkg.go.dev

# README

httputils

Build Status codecov Go Report Card Dependabot Status

Golang HTTP Utils func

Alcotest

Make your server blow into balloon for checking its health.

Usage

Usage of alcotest:
  -url string
        [alcotest] URL to check {ALCOTEST_URL}
  -userAgent string
        [alcotest] User-Agent for check {ALCOTEST_USER_AGENT} (default "Golang alcotest")

in Dockerfile

HEALTHCHECK --retries=10 CMD /alcotest -url http://localhost/health

COPY bin/alcotest /alcotest

Why alcotest ?

Because main use is to healthcheck. Because it's a partial anagram of "check status code url"

# Packages

No description provided by the author
No description provided by the author