package
4.9.5
Repository: https://github.com/containers/podman.git
Documentation: pkg.go.dev

# Functions

IsLibpodRequest returns true if the request related to a libpod endpoint (e.g., /v2/libpod/...).
SupportedVersion validates that the version provided by client is included in the given condition https://github.com/blang/semver#ranges provides the details for writing conditions If a version is not given in URL path, ErrVersionNotGiven is returned.
SupportedVersionWithDefaults validates that the version provided by client valid is supported by server minimal API version <= client path version <= maximum API version focused on the endpoint tree from URL.

# Variables

ErrVersionNotGiven returned when version not given by client.
ErrVersionNotSupported returned when given version is too old.