1.9.0
- breaking change on HTTP:
url
is nowendpoint
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"}
})
url
is now endpoint
to allow full url (e.g. discord webhooks)example:
HTTP.Post(self, {
url = DISCORD_WEBHOOK,
body = {content="plop"}
})