Module vault.java.driver
Package io.github.jopenlibs.vault.rest
Intended for internal use by other classes within the Vault driver library.
Functionality for making REST calls, with no dependencies beyond the Java standard library.
-
Class Summary Class Description Rest A simple client for issuing HTTP requests.RestResponse This class contains the metadata and data that was downloaded byRest
from an HTTP response. -
Exception Summary Exception Description RestException