Files
2025-08-11 22:13:46 +08:00

323 B

udp_测试


echo -n "test" | nc -u 127.0.0.1 37001
HTTP/1.1 200 OK
Content-Type: text/html; charset=UTF-8
Content-Length: 60

<html><body><h1>Hello from UDP HTML Server!</h1></body></html>