Simple-Web-Server
Simple-Web-Server copied to clipboard
http_Server revice unidentifiable Chinese code?

@sebt3 @TechPriest
The problem might be that you call request->content.string() several times, since the string() call consumes the content stream (meaning the second time you call request->content.string() it will return an empty string).
Also, the output does not correspond with the code. Could you try reformulate your issue with a more simple code example where your problem arises (with corresponding output)?