spring-framework / org.springframework.http / HttpRange / toString

toString

open static fun toString(ranges: MutableCollection<HttpRange>): String

Return a string representation of the given list of HttpRange objects.

This method can be used to for an Range header.

Parameters

ranges - the ranges to create a string of

Return
the string representation