:py:mod:`expliot.plugins.coap.coappost` ======================================= .. py:module:: expliot.plugins.coap.coappost .. autoapi-nested-parse:: Test for Sending POST request to a CoAP device. Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: expliot.plugins.coap.coappost.CoapPost .. py:class:: CoapPost Bases: :py:obj:`expliot.core.tests.test.Test` Test for POSTing 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.