parseHeaders
suspend fun parseHeaders(
input: ByteReadChannel
): HttpHeadersMap
Parse http headers. Not applicable to request and response status lines.
suspend fun parseHeaders(
input: ByteReadChannel
): HttpHeadersMap
Parse http headers. Not applicable to request and response status lines.