Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Théol committed Dec 15, 2017
1 parent 2a60361 commit 17bf893
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ This advanced action allows you to send CoAP requests from [NeoLoad](https://www
| If-Match (optional) | Adds an If-Match header in a PUT request. Value needs to be an hex etag without the 0x |
| Etag (optional) | Adds an etag to the request. Value needs to be in hex format without the 0x |

You can also add any parameter with any name and value. NeoLoad will concatenate them in the path for a GET, and in the payload for a POST or PUT.
You can also add any parameter with any name and value. NeoLoad will concatenate them :
* in the path for a GET,
* in the payload for a POST or PUT.

## Status Codes
* NL-CoAPClient-01 : No response from the CoAP server

0 comments on commit 17bf893

Please sign in to comment.