zephyr/samples/net/sockets/dumb_http_server/src/response_small.html.bin
Paul Sokolovsky ef39533365 samples: sockets: Add a dumb HTTP server example
It's dumb, because it doesn't really parse HTTP request, just always
sends the same page in response. Even such, it's useful for socket
load testing with tools like Apache Bench (ab) and for regression
checking in the net subsystem.

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
2017-09-22 08:24:36 -04:00

5 lines
81 B
Plaintext

HTTP/1.0 200 OK
Content-Type: text/plain; charset=utf-8
Plain-text example.