class HttpServer
Defined at line 25 of file ../../src/ui/tests/integration_graphics_tests/web-pixel-tests/http_server/http_server.cc
This is a simple HTTP server that accepts the connection, reads once, sends reply and closes.
Public Methods
void HttpServer ()
Constr.
Defined at line 28 of file ../../src/ui/tests/integration_graphics_tests/web-pixel-tests/http_server/http_server.cc
void ~HttpServer ()
Defined at line 30 of file ../../src/ui/tests/integration_graphics_tests/web-pixel-tests/http_server/http_server.cc
void Serve ()
Binds the server to |kPort| and listens for incoming connections.
Defined at line 38 of file ../../src/ui/tests/integration_graphics_tests/web-pixel-tests/http_server/http_server.cc
void Run ()
Listen for incoming requests and send a response.
Defined at line 55 of file ../../src/ui/tests/integration_graphics_tests/web-pixel-tests/http_server/http_server.cc