Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local headers = {
- ["Content-Type"] = "application/json"
- }
- local request, err = http.post("https://osmarks.tk/comments/new?uri=/", '{"author": "gay","email": null,"parent": null,"text":"gay","title": null,"website": null}', headers)
- if not request then error(err) end
- -- Print the contents
- print(request.readAll())
- request.close() -- Don't forget to close!
Advertisement
Add Comment
Please, Sign In to add comment