Yet Another WebIOPi+
 All Classes Namespaces Files Functions Variables Macros Pages
Classes | Namespaces | Functions | Variables
coap.py File Reference

Go to the source code of this file.

Classes

class  webiopi.protocols.coap.COAPContentFormat
 
class  webiopi.protocols.coap.COAPOption
 
class  webiopi.protocols.coap.COAPMessage
 
class  webiopi.protocols.coap.COAPRequest
 
class  webiopi.protocols.coap.COAPGet
 
class  webiopi.protocols.coap.COAPPost
 
class  webiopi.protocols.coap.COAPPut
 
class  webiopi.protocols.coap.COAPDelete
 
class  webiopi.protocols.coap.COAPResponse
 
class  webiopi.protocols.coap.COAPClient
 
class  webiopi.protocols.coap.COAPServer
 
class  webiopi.protocols.coap.COAPHandler
 

Namespaces

 webiopi.protocols.coap
 

Functions

def webiopi.protocols.coap.HTTPCode2CoAPCode
 

Variables

string webiopi.protocols.coap.M_PLAIN = "text/plain"
 
string webiopi.protocols.coap.M_JSON = "application/json"