https://github.com/apache/pekko-http/blob/af7ed86d6f00c67cf2d70a8a70e1ad3e46d0dcbd/http-core/src/main/scala/org/apache/pekko/http/impl/engine/http2/RequestParsing.scala#L194 * currently converts the strings back to bytes to parse * adds a hacky 'x' to the content to get the current parser to accept the byte stream * may need a dedicated new parser method that works at char or String level