Merge pull request #1217 from noxiouz/http_server_doc__fix
Fix an example in docstring of HTTPServer
This commit is contained in:
commit
1eeea5d4ec
|
@ -50,6 +50,7 @@ class HTTPServer(TCPServer, httputil.HTTPServerConnectionDelegate):
|
|||
|
||||
import tornado.httpserver
|
||||
import tornado.ioloop
|
||||
from tornado import httputil
|
||||
|
||||
def handle_request(request):
|
||||
message = "You requested %s\n" % request.uri
|
||||
|
|
Loading…
Reference in New Issue