test_server.server.
TestServer
get_url
Build URL that is served by HTTP server.
reset
server_thread
Ask HTTP server start processing requests
This function is supposed to be run in separate thread.
start
Start the HTTP server.
stop
Stop tornado loop and wait for thread finished it work.
wait_request
Stupid implementation that eats CPU.
WaitTimeoutError