//okhttp/okhttp3/Response/trailers
trailers¶
[common, jvm]\ [common]\ expect fun trailers(): Headers
[jvm]\ actual fun trailers(): Headers
Returns the trailers after the HTTP response, which may be empty. It is an error to call this before the entire HTTP response body has been consumed.