/* Simple HTTP server on localhost. run as: anettest -f this_file.fws */ timeout 10000 // timeout to wait for connection (same as using -T option) INCLUDE tcp device tcp 'server:localhost:80' reset td 'GET' wait td 'HTTP/1.1 200 OK\r\nContent-Type: text/html\r\n\r\nIts my server.\r\n\r\n' send