Skip to:
For both Lucee and ACF the statusCode of an HTTP result includes the status text in the format: [code] [text]. In BL only the code is returned. The BL implementation makes more sense as there is a statusText property in all languages, but the compat module will need to add the text.
statusCode
[code] [text]
statusText
Especially since the new Jakarta spec removes status text .make sure it's not added anymore in reality Jon.
For both Lucee and ACF the
statusCode
of an HTTP result includes the status text in the format:[code] [text]
. In BL only the code is returned.The BL implementation makes more sense as there is a
statusText
property in all languages, but the compat module will need to add the text.