Closed rinukkusu closed 7 years ago
The request will never be actually invoked, if you don't call send(...) on it - body can be null :)
send(...)
body
Thanks! I'll check tomorrow if I have some pending changes I wanted to add and do a patch release.
Released the patch only, I've postponed my pending changes as it will take a bit more time to polish them.
The request will never be actually invoked, if you don't call
send(...)
on it -body
can be null :)