bootique/bootique-agrest

AgTester - add a POST for "application/x-www-form-urlencoded" form

Closed this issue · 0 comments

Ad a missing method: AgTester.post(Form form) that will use application/x-www-form-urlencoded content type to submit a form. application/x-www-form-urlencoded is not as frequently used with Agrest as application/json, but I personally have some examples when Agrest POST objects are initialized from form data.