We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
q, err := url.ParseQuery(req.Body) if err != nil { return Response{StatusCode: 400, Headers: headers}, errors.Wrap(err, "Bad input") } from := q.Get("From") body := q.Get("Body") to := q.Get("To")
see this for full working example
Add new route