Public Member Functions | |
| def | __init__ |
| def | do_GET |
| def | do_POST |
Public Attributes | |
| handler | |
| def webiopi.protocols.coap.COAPHandler.__init__ | ( | self, | |
| handler | |||
| ) |
| def webiopi.protocols.coap.COAPHandler.do_GET | ( | self, | |
| request, | |||
| response | |||
| ) |
Definition at line 509 of file coap.py.
References webiopi.protocols.coap.HTTPCode2CoAPCode().
| def webiopi.protocols.coap.COAPHandler.do_POST | ( | self, | |
| request, | |||
| response | |||
| ) |
Definition at line 527 of file coap.py.
References webiopi.protocols.coap.HTTPCode2CoAPCode().
1.8.8