ofLines

val ofLines: HttpResponse.BodyHandler<Flow<String>>

This is a BodyHandler that handles HTTP response bodies as a Flow of Strings, where each string is a line from the response.