There was a small bug with the way that headers are being applied to the executableHttpRequest which resulted in the Content-Type header not being added properly.
This was happening in the case where a Content-Type header is not manually supplied but is added via the #contentType() method in Bastion's HttpRequest.
Also made some minor simplifications to the syntax.
There was a small bug with the way that headers are being applied to the
executableHttpRequest
which resulted in theContent-Type
header not being added properly.This was happening in the case where a
Content-Type
header is not manually supplied but is added via the#contentType()
method in Bastion'sHttpRequest
.Also made some minor simplifications to the syntax.