Uses of Class
kong.unirest.core.UnirestInstance
-
Packages that use UnirestInstance Package Description kong.unirest.core -
-
Uses of UnirestInstance in kong.unirest.core
Fields in kong.unirest.core declared as UnirestInstance Modifier and Type Field Description private static UnirestInstance
Unirest. primaryInstance
Methods in kong.unirest.core that return UnirestInstance Modifier and Type Method Description static UnirestInstance
Unirest. primaryInstance()
return the primary UnirestInstance.static UnirestInstance
Unirest. spawnInstance()
Spawn a new Unirest Instance with a new config.Methods in kong.unirest.core with parameters of type UnirestInstance Modifier and Type Method Description static void
MockClient. clear(UnirestInstance unirest)
Clears any MockClient from the instancestatic MockClient
MockClient. register(UnirestInstance unirest)
Creates a new MockClient and registers it on the Unirest instance
-