@postData - Send Data via HTTP POST
Syntax
@postData(url, data)Description
Example
@postData("/submit", {"name": "Ahmed", "email": "ahmed@example.com"})Notes
Last updated
@postData(url, data)@postData("/submit", {"name": "Ahmed", "email": "ahmed@example.com"})Last updated