lua_http_server/http.data

11 lines
172 B
Plaintext
Raw Permalink Normal View History

2024-06-02 17:02:36 +02:00
HTTP/1.1 200 OK
Server: webserver-lua-c
Content-type: text/html
<html>
<title>http test</title>
<body>
<p>hello, <span style="color:red;">world</span></p>
</body>
</html>