Closed
Description
Reasons:
- Consistency with
lib-innerbrowser
ssendAjaxPostRequest()
, see e.g. https://codeception.com/docs/modules/Symfony#sendAjaxPostRequest - PSR-1 compliance:
Method names MUST be declared in camelCase
And, of course, the same for sendGET
, sendDELETE
, etc.
Suggested upgrade path, according to semantic versioning:
- Create
sendPost
in next minor version (i.e. v1.3) - Keep
sendPOST
as alias, but deprecate it. - Remove
sendPOST
in next major version (i.e. v2.0)