parseHeaders

suspend fun parseHeaders(input: ByteReadChannel): HttpHeadersMap(source)

Parse http headers. Not applicable to request and response status lines.

Report a problem