Functions | |
def | add_two_ints (req) |
def | add_two_ints_server () |
Variables | |
string | NAME = 'add_two_ints_server' |
Extended version of add_two_ints_server demo that shows how to access connection header information. More... | |
def server_connection_header.add_two_ints | ( | req | ) |
Definition at line 45 of file server_connection_header.py.
def server_connection_header.add_two_ints_server | ( | ) |
Definition at line 52 of file server_connection_header.py.
string server_connection_header.NAME = 'add_two_ints_server' |
Extended version of add_two_ints_server demo that shows how to access connection header information.
Definition at line 39 of file server_connection_header.py.