Classes | |
class | COAPClient |
class | COAPContentFormat |
class | COAPDelete |
class | COAPGet |
class | COAPHandler |
class | COAPMessage |
class | COAPOption |
class | COAPPost |
class | COAPPut |
class | COAPRequest |
class | COAPResponse |
class | COAPServer |
Functions | |
def | HTTPCode2CoAPCode |
Variables | |
string | M_PLAIN = "text/plain" |
string | M_JSON = "application/json" |
def webiopi.protocols.coap.HTTPCode2CoAPCode | ( | code | ) |
Definition at line 36 of file coap.py.
Referenced by webiopi.protocols.coap.COAPHandler.do_GET(), and webiopi.protocols.coap.COAPHandler.do_POST().