retrofit / retrofit2.http / Streaming

Streaming

@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[].

Constructors

<init>

Streaming()

Treat the response body on methods returning ResponseBody as is, i.e. without converting the body to byte[].