parseRequest

suspend fun parseRequest(input: ByteReadChannel): Request?(source)

Parse an HTTP request line and headers

Report a problem