Uses of Class
kong.unirest.core.BaseResponse
Packages that use BaseResponse
-
Uses of BaseResponse in kong.unirest.core
Subclasses of BaseResponse in kong.unirest.coreModifier and TypeClassDescriptionclass
class
class
class
class
MockResponse<T>
A Mock Response that can be used in testing.(package private) class
class
Constructors in kong.unirest.core with parameters of type BaseResponseModifierConstructorDescriptionprotected
BaseResponse
(BaseResponse other) (package private)
BasicResponse
(BaseResponse response, T body)