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

# README

httputils

Build codecov Go Report Card Quality Gate 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 "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