:py:mod:`expliot.plugins.coap.coapput` ====================================== .. py:module:: expliot.plugins.coap.coapput .. autoapi-nested-parse:: Test for Sending PUT request to a CoAP device. Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: expliot.plugins.coap.coapput.CoapPut .. py:class:: CoapPut Bases: :py:obj:`expliot.core.tests.test.Test` Test for PUTting data on a specified resource path on a CoAP device. Output Format: [ { "response_code": 69 # Ex. 69=0b01000101 (0b010=2, 0b00101=5) "response_code": "2.05 Content", "response_payload": "Foo bar" # or "" if no payload in response } ] .. py:method:: execute() Execute the test.