Hello,
how can I use HttpParser against HTML content fetched from the database? The only solution I can think of is to write the content to a file and then use a file URL to feed HttpParser, but of course this approach is ugly. Is there any different ways?