Public Member Functions | |
def | get_http_client |
def | get_httpserver_options |
def | get_protocol |
def | get_ssl_options |
A test case that starts an HTTPS server. Interface is generally the same as `AsyncHTTPTestCase`.
Definition at line 405 of file testing.py.
Reimplemented from tornado.testing.AsyncHTTPTestCase.
Definition at line 410 of file testing.py.
May be overridden by subclasses to return additional keyword arguments for the server.
Reimplemented from tornado.testing.AsyncHTTPTestCase.
Definition at line 416 of file testing.py.
def tornado.testing.AsyncHTTPSTestCase.get_protocol | ( | self | ) |
Reimplemented from tornado.testing.AsyncHTTPTestCase.
Definition at line 431 of file testing.py.
May be overridden by subclasses to select SSL options. By default includes a self-signed testing certificate.
Definition at line 419 of file testing.py.