@Target([AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.PROPERTY_SETTER]) class Streaming
Treat the response body on methods returning ResponseBody as is, i.e. without converting the body to byte[].
Streaming()
Treat the response body on methods returning |