Uses of Class
kong.unirest.core.UnirestInstance
Packages that use UnirestInstance
-
Uses of UnirestInstance in kong.unirest.core
Fields in kong.unirest.core declared as UnirestInstanceMethods in kong.unirest.core that return UnirestInstanceModifier and TypeMethodDescriptionstatic UnirestInstanceUnirest.primaryInstance()return the primary UnirestInstance.static UnirestInstanceUnirest.spawnInstance()Spawn a new Unirest Instance with a new config.Methods in kong.unirest.core with parameters of type UnirestInstanceModifier and TypeMethodDescriptionstatic voidMockClient.clear(UnirestInstance unirest) Clears any MockClient from the instancestatic MockClientMockClient.register(UnirestInstance unirest) Creates a new MockClient and registers it on the Unirest instance