There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

NAME

Consul::API::Session - Sessions API

SYNOPSIS

use Consul;
my $session = Consul->session;

DESCRIPTION

The Session API is used to create, destroy, and query sessions.

This API is fully documented at https://www.consul.io/docs/agent/http/session.html.

METHODS

create

destroy

info

node

list

renew

SEE ALSO

L<Consul>