Skip to content

1.9.0

Compare
Choose a tag to compare
@chrisdugne chrisdugne released this 28 May 20:55
· 29 commits to master since this release
  • breaking change on HTTP: url is now endpoint to allow full url (e.g. discord webhooks)
  • added content type in header
  • enable body as Dictionary](c85da9c)

example:

HTTP.Post(self, {
  url = DISCORD_WEBHOOK,
  body = {content="plop"}
})